change branch name in docker build workflow

This commit is contained in:
Maksim 2021-08-18 19:19:54 +10:00
parent 3d3d6b0b81
commit 4d0f534abd

View file

@ -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: |