This commit is contained in:
platane
2020-10-15 00:32:31 +02:00
parent 40c6caa805
commit 335757dc9d

View File

@@ -105,7 +105,7 @@ jobs:
- uses: docker/build-push-action@v2
id: docker_build
with:
push: github.ref == 'refs/heads/master'
push: ${{ github.ref == 'refs/heads/master' }}
tags: platane/snk:latest
file: packages/action/Dockerfile
context: packages/action