Skip to content

Commit

Permalink
Disable buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Nov 25, 2024
1 parent c207a68 commit 14ccb6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Buildx
uses: docker/[email protected]
with:
platforms: linux/amd64
# - name: Setup Buildx
# uses: docker/[email protected]
# with:
# platforms: linux/amd64
# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
Expand Down

0 comments on commit 14ccb6a

Please sign in to comment.