👷
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user