Skip to content

Commit

Permalink
Update push-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Feb 6, 2023
1 parent c9cb195 commit 2146e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Build and push latest amd64 and v8
if: github.ref == 'refs/heads/master' && steps.checkIdExists.outcome != 'failure'
if: github.ref == 'refs/heads/master'
run: |
docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:latest" .
Expand Down

0 comments on commit 2146e5c

Please sign in to comment.