change branch name in docker build workflow
This commit is contained in:
parent
3d3d6b0b81
commit
4d0f534abd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
@ -3,7 +3,7 @@ name: docker build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
env:
|
||||
USERNAME: maksimstojkovic
|
||||
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'main'
|
||||
ref: 'master'
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue