From 000fbb8ca1c59dd7b09f36c66894b40d057b7ed1 Mon Sep 17 00:00:00 2001 From: Gibby <503761+Gibby@users.noreply.github.com> Date: Fri, 13 May 2022 13:17:42 -0400 Subject: cicd: Fix docker push command for github action (#30) Co-authored-by: Gibby --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/docker.yml') diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index df5d61b..cb04285 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -54,7 +54,7 @@ jobs: # Due to build time, only building the one currently needed. # If needed, we can add more platforms when requested. platforms: "linux/amd64" - # Push pull requests so they can be tested - #push: ${{ github.event_name != 'pull_request' }} + # Do not push pull requests + push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} -- cgit v1.2.3-54-g00ecf