Skip to content

Commit

Permalink
fix: docker build (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns authored May 18, 2020
1 parent d583c3e commit 8afe2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}

- name: Dev
if: ${{ github.ref == 'git/refs/heads/master'}}
if: ${{ github.ref == 'refs/heads/master'}}
run: |
docker buildx build \
--platform linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7,linux/386 \
Expand Down

0 comments on commit 8afe2e7

Please sign in to comment.