mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
4
.github/actions/e2e_test/action.yml
vendored
4
.github/actions/e2e_test/action.yml
vendored
@ -82,7 +82,7 @@ outputs:
|
||||
namePrefix:
|
||||
description: "The name prefix of the cloud resources used in the e2e test."
|
||||
value: ${{ steps.create-prefix.outputs.prefix }}
|
||||
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
@ -165,7 +165,7 @@ runs:
|
||||
- name: Upload container images
|
||||
if: inputs.cliVersion == ''
|
||||
shell: bash
|
||||
run: bazel run //:push
|
||||
run: bazel run //bazel/release:push
|
||||
|
||||
- name: Login to GCP (IAM service account)
|
||||
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
|
||||
shell: bash
|
||||
run: bazel run //:push
|
||||
run: bazel run //bazel/release:push
|
||||
|
||||
provenance-subjects:
|
||||
runs-on: ubuntu-22.04
|
||||
|
Loading…
Reference in New Issue
Block a user