We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b476d7 commit e820acfCopy full SHA for e820acf
.github/workflows/build-and-publish.yml
@@ -2,10 +2,10 @@ name: Build and Push Docker Images
2
3
on:
4
push:
5
- branches: [ dev ]
+ branches: [ main, master ]
6
tags: [ 'v*.*.*' ]
7
pull_request:
8
9
10
env:
11
REGISTRY: ghcr.io
@@ -97,4 +97,4 @@ jobs:
97
98
- name: Show logs if failed
99
if: failure()
100
- run: docker-compose logs
+ run: docker-compose logs
0 commit comments