Skip to content

Commit

Permalink
released new version based on the branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Nov 7, 2023
1 parent 4dcd19c commit d413593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'main'
- 'yai'

jobs:
push_to_registry:
if: contains(github.event.head_commit.message, 'released new version')
Expand Down Expand Up @@ -31,5 +33,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:latest
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:${{ github.ref }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d413593

Please sign in to comment.