Skip to content

Commit

Permalink
chore(ci): publish the docker image when releasing a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Mar 25, 2024
1 parent 1af710d commit 5334e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
permissions:
contents: write
packages: write
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5334e04

Please sign in to comment.