Skip to content

Commit

Permalink
Updated github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Felix <[email protected]>
  • Loading branch information
fbrettnich committed May 27, 2024
1 parent 7aa6435 commit de45369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

17 changes: 2 additions & 15 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b #v2.8.1
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.4'

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -83,16 +83,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
# repository is public to avoid leaking data. If you would like to publish
# transparency data even for private images, pass --force to cosign below.
# https://github.com/sigstore/cosign
- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
env:
COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10.10", "3.11.2", "3.12.0-alpha.6"]
python-version: ["3.10.14", "3.11.9", "3.12.3"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit de45369

Please sign in to comment.