Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPaglusch committed Feb 14, 2024
1 parent 73c79f9 commit 4be89bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v6
- linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7

0 comments on commit 4be89bc

Please sign in to comment.