Skip to content

Commit

Permalink
ci(other): docker push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Aug 12, 2022
1 parent e5fab34 commit a68733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
needs:
- docker
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/v*'
if: startsWith(github.ref, 'refs/tags/v')
environment:
name: stable
url: https://send.22333.fun/
Expand Down

0 comments on commit a68733e

Please sign in to comment.