ci: don't attest
All checks were successful
Push to Docker Hub / Push Docker image to Docker Hub (push) Successful in 1m31s
All checks were successful
Push to Docker Hub / Push Docker image to Docker Hub (push) Successful in 1m31s
This commit is contained in:
parent
686e540fb5
commit
7a0674bfdb
@ -14,8 +14,6 @@ jobs:
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
attestations: write
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
@ -40,11 +38,4 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: p0ntus/aidxncc:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-name: index.docker.io/p0ntus/aidxncc
|
||||
subject-digest: ${{ steps.push.outputs.digest }}
|
||||
push-to-registry: true
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
x
Reference in New Issue
Block a user