Skip to content

Commit

Permalink
Update workflow releaser & docker-server to include nightly tag
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Mar 6, 2024
1 parent 4595caa commit ac98a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+*
- nightly

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+*

- nightly
permissions:
contents: write

Expand Down

0 comments on commit ac98a78

Please sign in to comment.