Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wHyEt committed Jan 5, 2024
1 parent 9e9f632 commit 9bf0d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ env.DOCKERHUB_TAG }}-${{ matrix.arch }}:latest
tags: ${{ env.DOCKERHUB_TAG }}:${{ matrix.arch }}
build-args: CI_FROM=${{ matrix.from }}
platforms: ${{ matrix.platform }}

Expand Down 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
# --amend ${{ env.DOCKERHUB_TAG }}:arm64-latest \
# --amend ${{ env.DOCKERHUB_TAG }}:armv7-latest
- name: Push manifest to Docker Hub
Expand Down

0 comments on commit 9bf0d99

Please sign in to comment.