Skip to content

Commit d86f7ab

Browse files
authored
fix: corrects image name to new name (#11)
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent 5ca6b89 commit d86f7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build and push container
5959
env:
60-
KO_DOCKER_REPO: ghcr.io/${{ steps.repo_owner.outputs.OWNER }}/fetch
60+
KO_DOCKER_REPO: ghcr.io/${{ steps.repo_owner.outputs.OWNER }}/gofetch
6161
VERSION: ${{ steps.tag.outputs.VERSION }}
6262
CREATION_TIME: $(date -u +'%Y-%m-%dT%H:%M:%SZ')
6363
run: |
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Sign Image with Cosign
7777
env:
78-
KO_DOCKER_REPO: ghcr.io/${{ steps.repo_owner.outputs.OWNER }}/fetch
78+
KO_DOCKER_REPO: ghcr.io/${{ steps.repo_owner.outputs.OWNER }}/gofetch
7979
run: |
8080
TAG=$(echo "${{ steps.tag.outputs.VERSION }}" | sed 's/+/_/g')
8181
# Sign the ko image

0 commit comments

Comments
 (0)