Skip to content

Commit

Permalink
Tag released images as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Aug 19, 2021
1 parent bf260d8 commit e61944c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ env.TAGGED_IMAGE }}, ${{ env.IMAGE }}:latest, ${{ env.IMAGE }}:main
tags: ${{ env.TAGGED_IMAGE }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ env.IMAGE }}:${{steps.tag.outputs.tag}}
tags: ${{ env.IMAGE }}:${{steps.tag.outputs.tag}}, ${{ env.IMAGE }}:latest
platforms: linux/amd64,linux/arm64, linux/386
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down

0 comments on commit e61944c

Please sign in to comment.