Skip to content

Commit

Permalink
Point forked action to org-local ghcr.io repository
Browse files Browse the repository at this point in the history
While here, replace action context var with explicit value, because
docker repository name must be lowercase.
  • Loading branch information
artyom committed Dec 9, 2024
1 parent b63ad54 commit 50bad77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
linux/arm64
linux/amd64
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/doist/update-cloudformation-stack:latest
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=6,force-compression=true
cache-from: type=gha
cache-to: type=gha,mode=max
- uses: actions/attest-build-provenance@v1
with:
subject-name: ghcr.io/${{ github.repository }}
subject-name: ghcr.io/doist/update-cloudformation-stack
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/artyom/update-cloudformation-stack:latest
image: docker://ghcr.io/doist/update-cloudformation-stack:latest
args:
- '-stack=${{ inputs.stack }}'

0 comments on commit 50bad77

Please sign in to comment.