Skip to content

Commit b88617b

Browse files
authored
chore: fix deploy (#88)
1 parent 15b9594 commit b88617b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ "main" ]
1111
tags:
12-
- 'v*.*.*'
12+
- '*.*.*.*'
1313

1414
env:
1515
# Use docker.io for Docker Hub if empty
@@ -33,14 +33,6 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v4
3535

36-
# Install the cosign tool except on PR
37-
# https://github.com/sigstore/cosign-installer
38-
- name: Install cosign
39-
if: github.event_name != 'pull_request'
40-
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
41-
with:
42-
cosign-release: 'v2.2.4'
43-
4436
# Set up BuildKit Docker container builder to be able to build
4537
# multi-platform images and export cache
4638
# https://github.com/docker/setup-buildx-action

0 commit comments

Comments
 (0)