This commit is contained in:
Josh 2023-04-27 20:11:45 -04:00
parent 2c97c83700
commit 0d1d8960bd

View file

@ -19,9 +19,10 @@ jobs:
uses: docker/metadata-action@v4
with:
images: joshkaiju/gophernicus
- name: Build and publish
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
# - name: Build and publish
# uses: docker/build-push-action@v4
# with:
# push: ${{ github.event_name != 'pull_request' }}
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}