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 ++-- recipes | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }} diff --git a/recipes b/recipes index ec9605b..00e50df 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit ec9605b7c41b916c4d9c44f57d65dcedf3767a08 +Subproject commit 00e50df07d452a9a2117645531071e9c994f8b9c -- cgit v1.2.3-54-g00ecf