fix: ci/cd
Some checks failed
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Failing after 29s
Some checks failed
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Failing after 29s
This commit is contained in:
@@ -25,13 +25,13 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: registry.br0tkasten.de/v2/${{ gitea.repository }}
|
||||
images: registry.br0tkasten.de/${{ gitea.repository }}
|
||||
flavor: |
|
||||
latest=true
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
type=sha,format=short
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
@@ -40,3 +40,4 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
provenance: false
|
||||
|
||||
Reference in New Issue
Block a user