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
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
# images: registry.br0tkasten.de/${{ gitea.repository }}
|
||||
images: registry.br0tkasten.de/apps/scratch-cloudvars-server
|
||||
images: registry.br0tkasten.de/${{ gitea.repository }}
|
||||
flavor: |
|
||||
latest=true
|
||||
tags: |
|
||||
# type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
type=sha,format=short
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
||||
Reference in New Issue
Block a user