Skip to content

Commit

Permalink
Improve the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Oct 13, 2023
1 parent 2fb5301 commit 41480f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Publish Docker image

permissions:
contents: read
packages: write

on:
workflow_dispatch:
release:
types: [published]

Expand Down

0 comments on commit 41480f8

Please sign in to comment.