Skip to content

Commit

Permalink
* Github ACtions: use GoCodeAlone actions instead
Browse files Browse the repository at this point in the history
  of `cloudposse` for matrix outputs - the former
  fixed the issue with artifact downloads
  • Loading branch information
hostcc committed Oct 6, 2024
1 parent ad94158 commit 5d135c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
type=registry,ref=ghcr.io/${{ github.repository }}/buildcache:${{ matrix.cache_tag }},mode=max
- name: Store image information
uses: cloudposse/github-action-matrix-outputs-write@v1
uses: GoCodeAlone/github-action-matrix-outputs-write@v1
id: out
with:
matrix-step-name: ${{ github.job }}
Expand All @@ -174,7 +174,7 @@ jobs:
- platform: linux/arm/v6
steps:
- name: Read image information from publish job
uses: cloudposse/github-action-matrix-outputs-read@v1
uses: GoCodeAlone/github-action-matrix-outputs-read@v1
id: read
with:
matrix-step-name: docker-publish
Expand Down

0 comments on commit 5d135c0

Please sign in to comment.