aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-14 13:52:34 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-14 13:52:34 +0000
commit8abdaf564e1f69c71bd2966e16e80f91fed500db (patch)
treefdd159f05ddc9b87bc061e115291d38a30829dcf
parentfixing github action (diff)
downloadmilla-8abdaf564e1f69c71bd2966e16e80f91fed500db.tar.gz
milla-8abdaf564e1f69c71bd2966e16e80f91fed500db.zip
fixing github action
-rw-r--r--.github/workflows/docker.yaml2
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