From 26a256b8939ef398c8c6369e7c5c643e26eead7a Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:56:09 +0530 Subject: [PATCH] forcebuild: to help patch frontend breaking bug --- .github/workflows/dockerbuild.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dockerbuild.yaml b/.github/workflows/dockerbuild.yaml index af5ee982..cde08b28 100644 --- a/.github/workflows/dockerbuild.yaml +++ b/.github/workflows/dockerbuild.yaml @@ -3,15 +3,15 @@ name: dockerbuild on: push: branches: - - 2.0.0 + - main paths: - "**" - - "!.github/**" + # - "!.github/**" - "!**.md" - "!docker-compose.yml" jobs: main: - runs-on: ubuntu-nightly + runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false @@ -19,23 +19,23 @@ jobs: include: - app: frontend path: frontend - version: nightly + version: 1.4.0 experimental: true - app: backend path: backend - version: nightly + version: 1.4.0 experimental: true - app: app_sdk path: backend/app_sdk - version: nightly + version: 1.4.0 experimental: true - app: orborus path: functions/onprem/orborus - version: nightly + version: 1.4.0 experimental: true - app: worker path: functions/onprem/worker - version: nightly + version: 1.4.0 experimental: true steps: - name: Checkout @@ -77,11 +77,11 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache tags: | ghcr.io/shuffle/shuffle-${{ matrix.app }}:${{ matrix.version }} - ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly + ghcr.io/shuffle/shuffle-${{ matrix.app }}:latest ${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }} - ${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly + ${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:latest frikky/shuffle-${{ matrix.app }}:${{ matrix.version }} - frikky/shuffle-${{ matrix.app }}:nightly + frikky/shuffle-${{ matrix.app }}:latest frikky/shuffle:${{ matrix.app }} - name: Image digest