From 1145ee39b6ca217d6488353657de71bb16742d0b Mon Sep 17 00:00:00 2001 From: Chris <15677803+c00ldude1oo@users.noreply.github.com> Date: Sun, 15 May 2022 22:09:28 -0400 Subject: [PATCH] test CI fix 2 --- .github/workflows/docker_dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker_dev.yml b/.github/workflows/docker_dev.yml index 900856f05..97d99bc46 100644 --- a/.github/workflows/docker_dev.yml +++ b/.github/workflows/docker_dev.yml @@ -35,6 +35,7 @@ env: # temp e1: ${{ github.event_name }} e2: ${{ github.base_ref }}-${{github.head_ref }} + e2: " ${{github}} " jobs: # Push image to GitHub Packages. @@ -129,6 +130,6 @@ jobs: with: platforms: linux/amd64,linux/arm64,linux/arm/v7 context: . - push: ${{ github.base_ref == github.head_ref }} + push: ${{ github.base_ref == github.head_ref && github.event_name != 'pull_request'}} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}