Update push-docker.yml
This commit is contained in:
parent
c9cb1959b3
commit
2146e5c8a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-docker.yml
vendored
2
.github/workflows/push-docker.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: Build and push latest amd64 and v8
|
- 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: |
|
run: |
|
||||||
docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:latest" .
|
docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:latest" .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue