Fix :latest release worflow syntax check

pull/245/head
dgtlmoon 2021-10-06 10:27:03 +02:00
rodzic 5d5ceb2f52
commit 9e914c140e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,7 @@ jobs:
# master always builds :latest
- name: Build and push :latest
id: docker_build
if: ${{ github.ref == 'refs/heads/master'}}
if: ${{ github.ref }} == "refs/heads/master"
uses: docker/build-push-action@v2
with:
context: ./