Update .gitea/workflows/publish.yaml
All checks were successful
Publish / rust (push) Successful in 4m49s
Publish / docker (push) Successful in 17s

This commit is contained in:
jeff 2024-07-18 13:33:12 +00:00
parent 3decf13e9c
commit ae7e867853

View File

@ -75,6 +75,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: Containerfile
push: ${{ gitea.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}