Fix :latest release worflow syntax check

This commit is contained in:
dgtlmoon
2021-10-06 10:27:03 +02:00
parent 5d5ceb2f52
commit 9e914c140e
+1 -1
View File
@@ -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: ./