Skip to content

Commit

Permalink
Fix weird nesting with registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark committed Sep 22, 2024
1 parent c96a45d commit 3cdb709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
containerfiles: |
./Containerfile
image: ghcr.io/samhclark/custom-silverblue
image: custom-silverblue
tags: |
${{ github.sha }}
40
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
# SIGSTORE_ID_TOKEN: ${{ GITHUB_TOKEN }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes ${IMAGE}:{}@${DIGEST}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes ghcr.io/${{ github.repository_owner }}/${IMAGE}:{}@${DIGEST}

- name: Echo outputs
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 3cdb709

Please sign in to comment.