set right name
All checks were successful
Docker Build Workflow / Lint Dockerfile (push) Successful in 4s
Docker Build Workflow / Build and Push Docker Image (push) Successful in 36s

This commit is contained in:
2026-04-11 21:56:06 +02:00
parent 2905f1bd9c
commit d1c52767e4

View File

@@ -1,5 +1,3 @@
# replace example for right image name
name: Docker Build Workflow name: Docker Build Workflow
on: on:
@@ -84,6 +82,6 @@ jobs:
push: true push: true
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
provenance: false provenance: false
tags: gitea.sikorski.cloud/rogersik/example:${{ env.GIT_TAG }} tags: gitea.sikorski.cloud/rogersik/ceph-s3-backup:${{ env.GIT_TAG }}
build-args: | build-args: |
GIT_TAG=${{ env.GIT_TAG }} GIT_TAG=${{ env.GIT_TAG }}