Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
wHyEt committed Jan 4, 2024
1 parent 762c095 commit 79d41aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
docker manifest create \
${{ env.DOCKERHUB_TAG }}:latest \
# --amend ${{ env.DOCKERHUB_TAG }}:amd64-latest \
--amend ${{ env.DOCKERHUB_TAG }}:amd64-latest \
# --amend ${{ env.DOCKERHUB_TAG }}:arm64-latest \
# --amend ${{ env.DOCKERHUB_TAG }}:armv7-latest
- name: Push manifest to Docker Hub
Expand Down

0 comments on commit 79d41aa

Please sign in to comment.