Fix docker publish fix

This commit is contained in:
Andras Schmelczer 2025-03-16 21:00:07 +00:00
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 uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with: with:
context: backend context: backend
push: startsWith(github.event.ref, 'refs/tags/') push: ${{ startsWith(github.event.ref, 'refs/tags/') }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha