Skip to content

Commit

Permalink
hof/ci: still some auth issues with docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Mar 16, 2023
1 parent 9276da2 commit 4753280
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ jobs:
file: formatters/tools/${{ matrix.formatter }}/Dockerfile.debian
platforms: linux/amd64,linux/arm64
tags: ghcr.io/hofstadter-io/fmt-${{ matrix.formatter }}:${{ env.HOF_SHA }},ghcr.io/hofstadter-io/fmt-${{ matrix.formatter }}:${{ env.HOF_TAG }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
services: {}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/hofstadter-io/fmt-${{ matrix.formatter }}:${{ env.HOF_SHA }},ghcr.io/hofstadter-io/fmt-${{ matrix.formatter }}:${{ env.HOF_TAG }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
services: {}
3 changes: 3 additions & 0 deletions ci/gha/common/steps.cue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ Steps: {
"ghcr.io/hofstadter-io/fmt-${{ matrix.formatter }}:${{ env.HOF_TAG }}",
], ",")
}
env: {
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
}
}
}

Expand Down

0 comments on commit 4753280

Please sign in to comment.