From 2dc4c76bf900cb64dd32861aa16a13f70ef07ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Lauk=C3=B6tter?= Date: Wed, 6 Dec 2023 08:44:45 +0100 Subject: [PATCH] Build and push remix image --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 329e5617..379e138c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -2,14 +2,14 @@ name: Pipeline on: push: - branches: [main] + branches: [main, remix-migration] pull_request: branches: [main] # Allow to run this workflow manually workflow_dispatch: env: - IMAGE_NAME: ${{ github.repository }} + IMAGE_NAME: ${{ github.repository }}-remix jobs: build: @@ -172,7 +172,7 @@ jobs: build-and-push-image: runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/main' && false }} + if: ${{ github.ref == 'refs/heads/remix-migration' }} needs: - build - audit-licenses