Skip to content

Commit 4a3cc98

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 4feb155 commit 4a3cc98

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -17,6 +17,6 @@ inputs:
1717
1818
runs:
1919
using: docker
20-
image: docker://ghcr.io/artyom/update-cloudformation-stack:latest
20+
image: docker://ghcr.io/doist/update-cloudformation-stack:latest
2121
args:
2222
- '-stack=${{ inputs.stack }}'

0 commit comments

Comments
 (0)