Skip to content

Commit 52c12e3

Browse files
committed
Point forked action to org-local ghcr.io repository
While here, replace action context var with explicit value, because docker repository name must be lowercase.
1 parent da009ad commit 52c12e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
linux/arm64
3333
linux/amd64
3434
tags: |
35-
ghcr.io/${{ github.repository }}:latest
35+
ghcr.io/doist/update-cloudformation-stack:latest
3636
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=6,force-compression=true
3737
cache-from: type=gha
3838
cache-to: type=gha,mode=max
3939
- uses: actions/attest-build-provenance@v1
4040
with:
41-
subject-name: ghcr.io/${{ github.repository }}
41+
subject-name: ghcr.io/doist/update-cloudformation-stack
4242
subject-digest: ${{ steps.push.outputs.digest }}
4343
push-to-registry: true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ inputs:
1414

1515
runs:
1616
using: docker
17-
image: docker://ghcr.io/artyom/update-cloudformation-stack:latest
17+
image: docker://ghcr.io/doist/update-cloudformation-stack:latest
1818
args:
1919
- '-stack=${{ inputs.stack }}'

0 commit comments

Comments
 (0)