Fix docker publish fix

This commit is contained in:
Andras Schmelczer 2025-03-16 21:00:07 +00:00
parent 77dd086603
commit f1dc849330
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: backend
push: startsWith(github.event.ref, 'refs/tags/')
push: ${{ startsWith(github.event.ref, 'refs/tags/') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha