Skip to content

Commit

Permalink
Merge pull request #542 from cheshire-cat-ai/develop
Browse files Browse the repository at this point in the history
fix tag.yml workflow
  • Loading branch information
pieroit authored Nov 2, 2023
2 parents 3c9aa5e + b84cc3b commit 76500ce
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 76500ce

Please sign in to comment.