Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugouel authored Nov 6, 2024
1 parent c8d6a49 commit 996097b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Create and publish a Docker image
on:
push:
branches: [ "main" ]
workflow_run:
workflows: ["Rust"]
types:
Expand Down Expand Up @@ -54,4 +56,4 @@ jobs:
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
push-to-registry: true

0 comments on commit 996097b

Please sign in to comment.