Skip to content

Commit

Permalink
feat: fix pipe (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Jun 5, 2024
1 parent 037a7ef commit dea0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
docker:
uses: onecx/ci-common/.github/workflows/docker-build.yml@v1
secrets: inherit
needs: docker
with:
platform: 'linux/amd64,linux/arm64'
buildx: true
Expand All @@ -21,6 +20,7 @@ jobs:
helm:
uses: onecx/ci-common/.github/workflows/helm-build.yml@v1
secrets: inherit
needs: docker
with:
push: true
artifact: ''
Expand Down

0 comments on commit dea0693

Please sign in to comment.