Skip to content

Commit

Permalink
Updated build-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mboben authored Nov 12, 2024
1 parent c0c89c9 commit 2d690d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build image
run: |
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} \
--tag ${{ secrets.DOCKER_HUB_REPO }}:${{ env.IMAGE_TAG }} \
--file ./Dockerfile \
Expand Down

0 comments on commit 2d690d5

Please sign in to comment.