Skip to content

Commit

Permalink
chore: disabled build ci to validate deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Sep 5, 2024
1 parent 9ee38d3 commit d4c0d76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Deploy

on:
check_run:
workflow_run:
workflows: ["Build"]
types: [completed]
types:
- completed

jobs:
rpc:
Expand Down

0 comments on commit d4c0d76

Please sign in to comment.