1
0

Fix docker action

This commit is contained in:
Jai A
2021-11-02 20:17:12 -07:00
parent fb16f25b07
commit 8704eff632

View File

@@ -29,6 +29,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}