We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2b616 commit 9fad07cCopy full SHA for 9fad07c
.github/workflows/docker-publish.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
REGISTRY: ghcr.io
12
- IMAGE_NAME: zoidbergwill/gl-hc-sink
+ IMAGE_NAME: zoidyzoidzoid/gl-hc-sink
13
14
jobs:
15
build:
@@ -23,9 +23,9 @@ jobs:
23
uses: actions/checkout@v4
24
- name: Install cosign
25
if: github.event_name != 'pull_request'
26
- uses: sigstore/cosign-installer@v3.1.1
+ uses: sigstore/cosign-installer@v3.7.0
27
with:
28
- cosign-release: 'v2.2.1'
+ cosign-release: 'v2.4.1'
29
- name: Set up QEMU
30
uses: docker/setup-qemu-action@v3
31
- name: Set up Docker Buildx
0 commit comments