This commit is contained in:
platane
2020-10-15 01:07:18 +02:00
parent ddcb1ae97c
commit f90fd34b7b

View File

@@ -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