Enable GHCR in use of go-with-releaser-image (#385)
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user