mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Fully qualified tag 🤦♂️
This commit is contained in:
parent
c97afbe081
commit
5ed7d1455d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/indiekit-docker.yml
vendored
4
.github/workflows/indiekit-docker.yml
vendored
|
@ -48,11 +48,11 @@ jobs:
|
||||||
context: ./indiekit
|
context: ./indiekit
|
||||||
file: ./indiekit/Dockerfile
|
file: ./indiekit/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: indiekit
|
tags: ghcr.io/by-jp/www.byjp.me:indiekit
|
||||||
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: ghcr.io/${{ env.IMAGE_NAME}}
|
subject-name: ghcr.io/by-jp/www.byjp.me
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
push-to-registry: true
|
push-to-registry: true
|
||||||
|
|
Loading…
Reference in a new issue