Skip to content

Commit fb9df97

Browse files
authored
fix: possible fix for cosign error (#20)
* fix: possible fix for cosign error * refractor: change docker package name
1 parent 1347220 commit fb9df97

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: ${{ github.repository }}
12+
IMAGE_NAME: hellhub-collective/helldivers2-api
1313

1414
jobs:
1515
docker-build:
@@ -25,9 +25,9 @@ jobs:
2525

2626
- name: Install cosign
2727
if: github.event_name != 'pull_request'
28-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
28+
uses: sigstore/cosign-installer@v3.3.0
2929
with:
30-
cosign-release: "v2.1.1"
30+
cosign-release: "v2.2.2"
3131

3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

0 commit comments

Comments
 (0)