Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies config, ops improvements, fixes #21 #36

Merged
merged 6 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ops: update poetry and cosign versions
kerberizer committed Nov 26, 2024
commit 78fa7dcc83c82874a24aea3622c016c1e2b55630
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:

env:
POETRY_VERSION: 1.8.3
POETRY_VERSION: 1.8.4
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

@@ -113,7 +113,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3.6.0
with:
cosign-release: 'v2.4.0'
cosign-release: 'v2.4.1'

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