👷
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
|
- uses: docker/build-push-action@v2
|
||||||
id: docker_build
|
id: docker_build
|
||||||
with:
|
with:
|
||||||
push: github.ref == 'refs/heads/master'
|
push: ${{ github.ref == 'refs/heads/master' }}
|
||||||
tags: platane/snk:latest
|
tags: platane/snk:latest
|
||||||
file: packages/action/Dockerfile
|
file: packages/action/Dockerfile
|
||||||
context: packages/action
|
context: packages/action
|
||||||
|
|||||||
Reference in New Issue
Block a user