Skip to content

Commit

Permalink
fix tag.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroit committed Nov 2, 2023
1 parent e1b74b9 commit b84cc3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
- name: Set up docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms:
- linux/amd64
- linux/arm64
platforms: linux/amd64,linux/arm64

# Uses the `docker/login-action`
# action to log in to the Container registry using the account and password that will publish the packages.
Expand Down

0 comments on commit b84cc3b

Please sign in to comment.