From 7462e98e160ee0c7a65e592f0eb16515d87bf9eb Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Fri, 22 Nov 2024 05:41:24 -0800 Subject: [PATCH] ci: publish pr images to registry --- .github/workflows/dev_container.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index f6644d8609da..cf88648207b7 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -90,7 +90,6 @@ jobs: - name: Push container image uses: docker/build-push-action@v6 - if: ${{ github.event_name == 'push' }} with: context: Tools/setup tags: ${{ steps.meta.outputs.tags }}