mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-05 09:27:43 +08:00
test ci
This commit is contained in:
12
.github/workflows/go.yml
vendored
12
.github/workflows/go.yml
vendored
@@ -51,9 +51,9 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
# - name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@v1
|
# uses: actions/attest-build-provenance@v1
|
||||||
with:
|
# with:
|
||||||
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
# subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
push-to-registry: true
|
# push-to-registry: true
|
||||||
|
|||||||
Reference in New Issue
Block a user