From d4c0d76fc8b22c3eb91c5cd45c62b171ce43d875 Mon Sep 17 00:00:00 2001 From: paulobressan Date: Thu, 5 Sep 2024 17:50:10 -0300 Subject: [PATCH] chore: disabled build ci to validate deploy --- .github/workflows/build.yml | 32 ++++++++++++++++---------------- .github/workflows/deploy.yml | 5 +++-- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d5b8d6..9c32b0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,14 +34,14 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v2 - with: - context: ${{ matrix.context }} - file: ${{ matrix.file }} - platforms: linux/amd64 - push: true - tags: ghcr.io/${{ matrix.endpoint }},ghcr.io/${{ matrix.endpoint }}:${{ github.sha }} + # - name: Build and push + # uses: docker/build-push-action@v2 + # with: + # context: ${{ matrix.context }} + # file: ${{ matrix.file }} + # platforms: linux/amd64 + # push: true + # tags: ghcr.io/${{ matrix.endpoint }},ghcr.io/${{ matrix.endpoint }}:${{ github.sha }} daemon: strategy: fail-fast: false @@ -61,11 +61,11 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v2 - with: - context: ${{ matrix.context }} - file: ${{ matrix.file }} - platforms: linux/amd64 - push: true - tags: ghcr.io/${{ matrix.endpoint }},ghcr.io/${{ matrix.endpoint }}:${{ github.sha }} + # - name: Build and push + # uses: docker/build-push-action@v2 + # with: + # context: ${{ matrix.context }} + # file: ${{ matrix.file }} + # platforms: linux/amd64 + # push: true + # tags: ghcr.io/${{ matrix.endpoint }},ghcr.io/${{ matrix.endpoint }}:${{ github.sha }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 27d3d4c..8c0da1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,10 @@ name: Deploy on: - check_run: + workflow_run: workflows: ["Build"] - types: [completed] + types: + - completed jobs: rpc: