Skip to content

Commit

Permalink
Merge pull request #22 from openinsight-proj/fix_pipeline_miss_config
Browse files Browse the repository at this point in the history
fix pipeline miss config
  • Loading branch information
Frapschen authored Apr 28, 2023
2 parents eee8f84 + 7fb0bec commit b0dba6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Build and Publish"
on:
push:
branches:
- 'openinsight/**'
- 'main'
- 'daocloud'
pull_request:
branches:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
with:
context: ${{ matrix.file_tag.context }}
file: ${{ matrix.file_tag.file }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.GHCR_REPO }}:${{ github.sha }}-${{ matrix.file_tag.tag_suffix }}
Expand Down

0 comments on commit b0dba6b

Please sign in to comment.