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 }}