Update push-docker.yml

This commit is contained in:
Anthony Stirling 2024-06-01 14:12:57 +01:00 committed by GitHub
parent 41138cb2be
commit 01a3fa8cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,6 +115,7 @@ jobs:
- name: Generate tags fat
id: meta3
uses: docker/metadata-action@v5
if: github.ref != 'refs/heads/main'
with:
images: |
${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
@ -125,6 +126,7 @@ jobs:
- name: Build and push main Dockerfile fat
uses: docker/build-push-action@v5
if: github.ref != 'refs/heads/main'
with:
builder: ${{ steps.buildx.outputs.name }}
context: .