ci: rename all usages of bazel push target from //:push to //bazel/release:push (#1701)

This commit is contained in:
Malte Poll 2023-04-28 09:26:15 +02:00 committed by GitHub
parent 1ea060e873
commit 635b98a34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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