Update .gitea/workflows/publish.yaml
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 15s

Fix #2
This commit is contained in:
Alexandre Bruyant 2024-01-12 18:26:19 +00:00
parent 5022ec65d8
commit 695a77ab11

View File

@ -55,5 +55,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: |
${{ steps.meta.outputs.tags }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}