Skip to content

Commit

Permalink
add latest tag to retag step in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora committed Dec 5, 2024
1 parent d2d15b6 commit 9bd7235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
run: |
docker pull ghcr.io/${{ github.repository }}:${{ needs.versioning.outputs.new_version }}-RC
docker image tag ghcr.io/${{ github.repository }}:${{ needs.versioning.outputs.new_version }}-RC ghcr.io/${{ github.repository }}:${{ needs.versioning.outputs.new_version }}
docker image tag ghcr.io/${{ github.repository }}:${{ needs.versioning.outputs.new_version }}-RC ghcr.io/${{ github.repository }}:latest
docker rmi ghcr.io/${{ github.repository }}:${{ needs.versioning.outputs.new_version }}-RC
docker image push --all-tags ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit 9bd7235

Please sign in to comment.