Skip to content

Commit

Permalink
Hotfix: push -> manifest push (#301)
Browse files Browse the repository at this point in the history
* Fixed the CI failing to push the final Docker manifest properly because of an omission.
  • Loading branch information
donn authored Dec 12, 2023
1 parent c45082e commit 83ec6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
ghcr.io/${{ github.repository }}:$NEW_TAG-amd64\
ghcr.io/${{ github.repository }}:$NEW_TAG-aarch64
docker push ghcr.io/${{ github.repository }}:$NEW_TAG
docker manifest push ghcr.io/${{ github.repository }}:$NEW_TAG
- name: Set Up Python
if: ${{ env.PUBLISH == '1' }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 83ec6c3

Please sign in to comment.