Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 14, 2024
1 parent c87d40e commit 628a1ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push the core image to the OCI registry
run: >
bazel run --embed_label="${GITHUB_SHA::6}" --stamp //core-image:push-image
run: bazel run --embed_label="${GITHUB_SHA::6}" --stamp //core-image:push-image

- name: Push the chart to the OCI registry
run: bazel run //chart:yaku_helm.push_registry

0 comments on commit 628a1ad

Please sign in to comment.