Update .gitea/workflows/publish.yaml
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 15s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 15s
Fix #2
This commit is contained in:
parent
5022ec65d8
commit
695a77ab11
@ -55,5 +55,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user