Update .gitea/workflows/docker-image.yml
All checks were successful
Build and Push Docker Image to Gitea / build (push) Successful in 11m0s

This commit is contained in:
Sam Bargallo 2025-06-12 03:24:56 +00:00
parent 059d1b97f6
commit d57d056338

View File

@ -60,13 +60,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# 7. Generate artifact attestation
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: git.apisb.me/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true