Skip to content

Commit 84cbe38

Browse files
authored
Enable GHCR in use of go-with-releaser-image (#385)
1 parent 9f62930 commit 84cbe38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
1212
with:
1313
go-version: "1.24.2"
14+
enable-ghcr: true
1415
secrets:
1516
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
1617
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)