Skip to content

Commit

Permalink
fix: publish docker vnext branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Oct 30, 2024
1 parent 217c8d0 commit f2475c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '00 0 * * *'
push:
branches: [ "main" ]
branches: [ "main", "vnext" ]
paths:
- 'backend/**'
- 'frontend/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-rootless-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '00 0 * * *'
push:
branches: [ "main" ]
branches: [ "main", "vnext" ]
paths:
- 'backend/**'
- 'frontend/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '00 0 * * *'
push:
branches: [ "main" ]
branches: [ "main", "vnext" ]
paths:
- 'backend/**'
- 'frontend/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '00 0 * * *'
push:
branches: [ "main" ]
branches: [ "main", "vnext" ]
paths:
- 'backend/**'
- 'frontend/**'
Expand Down

0 comments on commit f2475c8

Please sign in to comment.