Skip to content

Commit

Permalink
Update build-and-deploy-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Jul 17, 2023
1 parent a75b116 commit d0582c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ jobs:
${image_name}:${version}-arm64
echo "Re-tagging latest"
docker tag ${image_name}:${version} ${image_name}:latest
docker push ${image_name}:latest
docker buildx imagetools create -t ${image_name}:latest \
${image_name}:${version}

0 comments on commit d0582c3

Please sign in to comment.