Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidyzoidzoid authored Oct 17, 2024
1 parent 5d2b616 commit 9fad07c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: zoidbergwill/gl-hc-sink
IMAGE_NAME: zoidyzoidzoid/gl-hc-sink

jobs:
build:
Expand All @@ -23,9 +23,9 @@ jobs:
uses: actions/checkout@v4
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.7.0
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.4.1'
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9fad07c

Please sign in to comment.