Skip to content

Commit

Permalink
revert: Merge pull request #67 from mogeko/dev
Browse files Browse the repository at this point in the history
This reverts commit 5ce0b84

Temporarily abandon the generation of artifact proofs for container images
  • Loading branch information
mogeko committed Nov 18, 2024
1 parent 0c60585 commit e152a27
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
attestations: write
packages: write
contents: read
steps:
- uses: actions/[email protected]
- name: Log in to Docker Hub
Expand All @@ -37,8 +35,8 @@ jobs:
ghcr.io/${{ github.actor }}/vlmcsd
tags: |
type=edge,branch=master,enable={{is_default_branch}}
type=ref,event=tag,enable=true
type=sha,prefix=sha-,format=short,enable=true
type=ref,event=tag
type=sha,prefix=sha-,format=short
- name: Setup QEMU
uses: docker/[email protected]
with:
Expand All @@ -54,24 +52,11 @@ jobs:
build-args: |
VLMCSD_VERSION=${{ github.ref_name }}
layers: false
- name: Push to container registry
- name: Push to Container registry
uses: redhat-actions/[email protected]
id: deploy
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
- name: Generate artifact attestation for Docker Hub
uses: actions/[email protected]
with:
subject-name: index.docker.io/${{ secrets.DOCKER_USERNAME }}/vlmcsd
subject-digest: ${{ steps.deploy.outputs.digest }}
push-to-registry: true
- name: Generate artifact attestation for GitHub Container Registry
uses: actions/[email protected]
with:
subject-name: ghcr.io/${{ github.actor }}/vlmcsd
subject-digest: ${{ steps.deploy.outputs.digest }}
push-to-registry: true

man-page:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e152a27

Please sign in to comment.