Add support for ghcr.io image tags (#383)

Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
This commit is contained in:
Jordan Jones
2025-04-15 19:36:44 -07:00
committed by GitHub
parent 0868f04de1
commit 9f6293025d
4 changed files with 67 additions and 14 deletions
+1 -1
View File
@@ -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 }}
+1 -1
View File
@@ -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"