Skip to content

Commit

Permalink
Update Docker auto-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
burritosoftware authored Jun 21, 2024
1 parent 1418fa0 commit fbaec7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ name: Publish Docker image
on:
release:
types: [published]
workflow_dispatch:

jobs:
push_to_registries:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}


* name: Generate artifact attestation
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
Expand Down

0 comments on commit fbaec7d

Please sign in to comment.