Skip to content

Commit

Permalink
chore(earthly): added missing WAIT while saving images
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Jan 11, 2025
1 parent c9ddbce commit 64de3dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ idw-keria:

END

SAVE IMAGE ${DOCKER_IMAGE_NAME}:${KERIA_UPSTREAM_TAG}
SAVE IMAGE ${DOCKER_IMAGE_NAME}:latest
WAIT
SAVE IMAGE ${DOCKER_IMAGE_NAME}:${KERIA_UPSTREAM_TAG}
SAVE IMAGE ${DOCKER_IMAGE_NAME}:latest
END

DO functions+DOCKER_TAG_N_PUSH \
--PUSH=$PUSH \
Expand Down

0 comments on commit 64de3dc

Please sign in to comment.