mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-16 13:47:28 +02:00
Update push-docker.yml
This commit is contained in:
parent
aed28c0ace
commit
eaa2c81df3
4
.github/workflows/push-docker.yml
vendored
4
.github/workflows/push-docker.yml
vendored
@ -60,13 +60,13 @@ jobs:
|
||||
docker buildx use mybuilder
|
||||
|
||||
- name: Build and push versioned amd64 and v8
|
||||
if: github.ref == 'refs/heads/main' and env.JOB_END_EARLY != true
|
||||
if: github.ref == 'refs/heads/main' && env.JOB_END_EARLY != true
|
||||
run: |
|
||||
docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}" .
|
||||
|
||||
|
||||
- name: Build and push latest amd64 and v8
|
||||
if: github.ref == 'refs/heads/master' and env.JOB_END_EARLY != true
|
||||
if: github.ref == 'refs/heads/master' && env.JOB_END_EARLY != true
|
||||
run: |
|
||||
docker buildx build --platform="linux/amd64,linux/arm64/v8" --push --tag "frooodle/s-pdf:latest" .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user