fix: ci/cd
All checks were successful
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Successful in 57s
All checks were successful
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Successful in 57s
This commit is contained in:
@@ -25,13 +25,10 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
# images: registry.br0tkasten.de/${{ gitea.repository }}
|
images: registry.br0tkasten.de/${{ gitea.repository }}
|
||||||
images: registry.br0tkasten.de/apps/scratch-cloudvars-server
|
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
tags: |
|
tags: |
|
||||||
# type=ref,event=branch
|
|
||||||
type=semver,pattern={{version}}
|
|
||||||
type=sha,format=short
|
type=sha,format=short
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user