Skip to content

Commit

Permalink
fix: release on Dockerfile changes (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: bo0tzz <[email protected]>
  • Loading branch information
bo0tzz authored Feb 18, 2025
1 parent e026cae commit 30eca2c
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
Expand Up @@ -69,7 +69,9 @@ jobs:
id: changed-version
uses: tj-actions/changed-files@v45
with:
files: versions.yaml
files: |
versions.yaml
Dockerfile
- name: Determine image push
uses: actions/github-script@v7
Expand Down

0 comments on commit 30eca2c

Please sign in to comment.