Update main.yml

This commit is contained in:
Roelof Kallenkoot 2021-05-11 12:08:59 +02:00 committed by GitHub
parent 1804c10786
commit 313ef319b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,4 +35,5 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: ./cli context: ./cli
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }} tags: ${{ steps.prep.outputs.tags }}