diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-14 13:52:34 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-14 13:52:34 +0000 |
commit | 8abdaf564e1f69c71bd2966e16e80f91fed500db (patch) | |
tree | fdd159f05ddc9b87bc061e115291d38a30829dcf /.github/workflows/docker.yaml | |
parent | fixing github action (diff) | |
download | milla-8abdaf564e1f69c71bd2966e16e80f91fed500db.tar.gz milla-8abdaf564e1f69c71bd2966e16e80f91fed500db.zip |
fixing github action
Diffstat (limited to '.github/workflows/docker.yaml')
-rw-r--r-- | .github/workflows/docker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 34a395a..e94af75 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -38,6 +38,6 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: docker.io/milla subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true |