Add support for ghcr.io image tags (#383)
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
release:
|
||||
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
|
||||
with:
|
||||
go-version: "1.24.1"
|
||||
go-version: "1.24.2"
|
||||
secrets:
|
||||
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
@@ -11,4 +11,4 @@ jobs:
|
||||
build:
|
||||
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
|
||||
with:
|
||||
go-version: "1.24.1"
|
||||
go-version: "1.24.2"
|
||||
|
||||
Reference in New Issue
Block a user