Skip to content

Commit

Permalink
[WIP] remove test code from CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Aug 7, 2024
1 parent 1928995 commit 5436bdb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:


- name: Deploy to target branch
if: ${{ !env.ACT }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -107,20 +106,17 @@ jobs:
- uses: viash-io/viash-actions/setup@v6

- name: Login to container registry
if: ${{ !env.ACT }}
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build image
if: ${{ !env.ACT }}
run: |
${{matrix.component.executable}} ---engine docker ---setup build ---verbose
- name: Push image
if: ${{ !env.ACT }}
run: |
${{matrix.component.executable}} ---engine docker ---setup push ---verbose
Expand Down

0 comments on commit 5436bdb

Please sign in to comment.