Skip to content

Commit 9fad07c

Browse files
Update docker-publish.yml
1 parent 5d2b616 commit 9fad07c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: zoidbergwill/gl-hc-sink
12+
IMAGE_NAME: zoidyzoidzoid/gl-hc-sink
1313

1414
jobs:
1515
build:
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/checkout@v4
2424
- name: Install cosign
2525
if: github.event_name != 'pull_request'
26-
uses: sigstore/cosign-installer@v3.1.1
26+
uses: sigstore/cosign-installer@v3.7.0
2727
with:
28-
cosign-release: 'v2.2.1'
28+
cosign-release: 'v2.4.1'
2929
- name: Set up QEMU
3030
uses: docker/setup-qemu-action@v3
3131
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)