Enable GHCR in use of go-with-releaser-image (#385)

This commit is contained in:
Geoff Bourne
2025-04-15 21:53:22 -05:00
committed by GitHub
parent 9f6293025d
commit 84cbe38ef3
+1
View File
@@ -11,6 +11,7 @@ jobs:
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
with: with:
go-version: "1.24.2" go-version: "1.24.2"
enable-ghcr: true
secrets: secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }} image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }} image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}