👷
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -106,6 +106,8 @@ jobs:
|
|||||||
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
|
||||||
|
platane/snk:${{ GITHUB_SHA }}
|
||||||
file: packages/action/Dockerfile
|
file: packages/action/Dockerfile
|
||||||
context: packages/action
|
context: packages/action
|
||||||
|
|||||||
Reference in New Issue
Block a user