We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca6b89 commit d86f7abCopy full SHA for d86f7ab
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Build and push container
59
env:
60
- KO_DOCKER_REPO: ghcr.io/${{ steps.repo_owner.outputs.OWNER }}/fetch
+ KO_DOCKER_REPO: ghcr.io/${{ steps.repo_owner.outputs.OWNER }}/gofetch
61
VERSION: ${{ steps.tag.outputs.VERSION }}
62
CREATION_TIME: $(date -u +'%Y-%m-%dT%H:%M:%SZ')
63
run: |
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Sign Image with Cosign
77
78
79
80
TAG=$(echo "${{ steps.tag.outputs.VERSION }}" | sed 's/+/_/g')
81
# Sign the ko image
0 commit comments