Skip to content

Commit

Permalink
Release v1.8.0. Amendments with two attenstation steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirenius committed Jul 8, 2024
1 parent d984fb4 commit d4d3470
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
resgateio/resgate
${{ github.repository }}
ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}-linux
Expand All @@ -61,11 +61,16 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Generate artifact attestation
- name: Generate artifact attestation Docker Hub
uses: actions/attest-build-provenance@v1
with:
subject-name: |
index.docker.io/resgateio/resgate
ghcr.io/${{ github.repository }}
subject-name: docker.io/${{ github.repository }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

- name: Generate artifact attestation GitHub Container Registery
uses: actions/attest-build-provenance@v1
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit d4d3470

Please sign in to comment.