Skip to content

Commit

Permalink
TRUNK-6186 Pre-cache dependencies for Docker build, fix bamboo-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 9, 2023
1 parent 515fa17 commit e3e4682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bamboo-specs/bamboo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Build:
sleep 10
docker pull ${IMAGE}
docker pull ${IMAGE_DEV}
echo "Inspecting image for id"
docker image inspect --format='{{index .RepoDigests 0}}' ${IMAGE} > docker-image.txt
docker image inspect --format='{{index .RepoDigests 0}}' ${IMAGE_DEV} > docker-image.txt
description: Build and push dev image
- any-task:
plugin-key: com.atlassian.bamboo.plugins.variable.updater.variable-updater-generic:variable-file-reader
Expand Down

0 comments on commit e3e4682

Please sign in to comment.