mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-08 12:39: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
|
||||
- |
|
||||
for x in sub_images; do
|
||||
for x in $sub_images; do
|
||||
docker pull $DOCKER_USERNAME/my_ocrd_workflow-$x || true
|
||||
docker tag $DOCKER_USERNAME/my_ocrd_workflow-$x my_ocrd_workflow-$x || true
|
||||
done
|
||||
|
@ -32,13 +32,13 @@ jobs:
|
|||
|
||||
- |
|
||||
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
|
||||
done
|
||||
- docker images
|
||||
- |
|
||||
set -e
|
||||
for x in sub_images; do
|
||||
for x in $sub_images; do
|
||||
docker push $DOCKER_USERNAME/my_ocrd_workflow-$x:$TRAVIS_COMMIT
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue