mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
ci: rename all usages of bazel push target from //:push to //bazel/release:push (#1701)
This commit is contained in:
parent
1ea060e873
commit
635b98a34f
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -165,7 +165,7 @@ runs:
|
|||||||
- name: Upload container images
|
- name: Upload container images
|
||||||
if: inputs.cliVersion == ''
|
if: inputs.cliVersion == ''
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bazel run //:push
|
run: bazel run //bazel/release:push
|
||||||
|
|
||||||
- name: Login to GCP (IAM service account)
|
- name: Login to GCP (IAM service account)
|
||||||
if: inputs.cloudProvider == 'gcp'
|
if: inputs.cloudProvider == 'gcp'
|
||||||
|
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload referenced container images
|
- name: Upload referenced container images
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bazel run //:push
|
run: bazel run //bazel/release:push
|
||||||
|
|
||||||
provenance-subjects:
|
provenance-subjects:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
Reference in New Issue
Block a user