Skip to content

Commit

Permalink
chore: fix re-tagging step in deploy workflow (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora authored Dec 4, 2024
1 parent 9788d15 commit cee80db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
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 rmi ghcr.io/${{ github.repository }}:${{ needs.versioning.outputs.new_version }}-RC
docker image push --all-tags ghcr.io/${{ github.repository }}:${{ needs.versioning.outputs.new_version }}
docker image push --all-tags ghcr.io/${{ github.repository }}
- name: "STABLE - Update Container App"
shell: bash
Expand Down

0 comments on commit cee80db

Please sign in to comment.