mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-19 09:49:53 +02:00
🚧 Travis: Fix build stage
This commit is contained in:
parent
eb820bac72
commit
0074ac405e
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
# We are using the images to cache, so pull and tag it
|
# We are using the images to cache, so pull and tag it
|
||||||
- |
|
- |
|
||||||
for x in sub_images; do
|
for x in $sub_images; do
|
||||||
docker pull $DOCKER_USERNAME/my_ocrd_workflow-$x || true
|
docker pull $DOCKER_USERNAME/my_ocrd_workflow-$x || true
|
||||||
docker tag $DOCKER_USERNAME/my_ocrd_workflow-$x my_ocrd_workflow-$x || true
|
docker tag $DOCKER_USERNAME/my_ocrd_workflow-$x my_ocrd_workflow-$x || true
|
||||||
done
|
done
|
||||||
|
@ -32,13 +32,13 @@ jobs:
|
||||||
|
|
||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
for x in sub_images; do
|
for x in $sub_images; do
|
||||||
docker tag my_ocrd_workflow-$x $DOCKER_USERNAME/my_ocrd_workflow-$x:$TRAVIS_COMMIT
|
docker tag my_ocrd_workflow-$x $DOCKER_USERNAME/my_ocrd_workflow-$x:$TRAVIS_COMMIT
|
||||||
done
|
done
|
||||||
- docker images
|
- docker images
|
||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
for x in sub_images; do
|
for x in $sub_images; do
|
||||||
docker push $DOCKER_USERNAME/my_ocrd_workflow-$x:$TRAVIS_COMMIT
|
docker push $DOCKER_USERNAME/my_ocrd_workflow-$x:$TRAVIS_COMMIT
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue