Skip to content

Commit

Permalink
Update docker-schedule.yml
Browse files Browse the repository at this point in the history
Add version identifier to tag extraction
  • Loading branch information
hsoerensen authored Jan 18, 2024
1 parent 3177e04 commit d4c6b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: joutvhu/get-release@v1
with:
latest: true
pattern: '^.*'
pattern: '^v.*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d4c6b67

Please sign in to comment.