-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: Merge pull request #67 from mogeko/dev
This reverts commit 5ce0b84 Temporarily abandon the generation of artifact proofs for container images
- Loading branch information
Showing
1 changed file
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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 | ||
|