Skip to content

Commit

Permalink
fix base docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich committed Feb 29, 2024
1 parent 2eabe42 commit 0d8a509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pull-requests: read
env:
DOCKER_PLATFORMS: linux/amd64, linux/arm64, windows/amd64
DOCKER_IMAGE_BASENAME: ghcr.io/${{ github.repository }}
DOCKER_IMAGE_BASENAME: ghcr.io/${{ github.repository_owner }}
jobs:
go-build:
env:
Expand Down

0 comments on commit 0d8a509

Please sign in to comment.