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 15b9594 commit b88617bCopy full SHA for b88617b
.github/workflows/docker-publish.yml
@@ -9,7 +9,7 @@ on:
9
push:
10
branches: [ "main" ]
11
tags:
12
- - 'v*.*.*'
+ - '*.*.*.*'
13
14
env:
15
# Use docker.io for Docker Hub if empty
@@ -33,14 +33,6 @@ jobs:
33
- name: Checkout repository
34
uses: actions/checkout@v4
35
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
-
44
# Set up BuildKit Docker container builder to be able to build
45
# multi-platform images and export cache
46
# https://github.com/docker/setup-buildx-action
0 commit comments