Skip to content

Commit

Permalink
ci: bump cosign version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Apr 8, 2024
1 parent f4d16a6 commit 3914002
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ name: Docker

on:
#push:
# branches: [main]
# Publish semver tags as releases.
#tags: ['v*.*.*']
# branches: [main]
# Publish semver tags as releases.
#tags: ['v*.*.*']
pull_request:
branches: [main]
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
packages: write
id-token: write

contents: read
packages: write
id-token: write

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.2.3'

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: '🔧 Setup Docker buildx'
Expand Down

0 comments on commit 3914002

Please sign in to comment.