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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
USERNAME: maksimstojkovic
|
USERNAME: maksimstojkovic
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: 'main'
|
ref: 'master'
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue