We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This image overrides the image being updated to the release at the top of each file.
The text was updated successfully, but these errors were encountered:
Still exists for the 1.14 branching.
Sorry, something went wrong.
Example:
- name: BUILD_WITH_CONTAINER value: "0" image: gcr.io/istio-testing/build-tools:release-1.16-6363b97c6bc60b7a3a8d52c5e08322d8394149e2 jobs: - command: - make - build env: - name: BUILD_WITH_CONTAINER value: "0" - name: BUILD_WITH_CONTAINER value: "0" image: gcr.io/istio-testing/build-tools:master-6363b97c6bc60b7a3a8d52c5e08322d8394149e2
You can see the overall master was updated to 1.16, but the individual jobs still have master`.
master was updated to
, but the individual jobs still have
You also see BUILD_WITH_CONTAINER appearing twice within a job.
BUILD_WITH_CONTAINER
Would still be good to get this done.
No branches or pull requests
This image overrides the image being updated to the release at the top of each file.
The text was updated successfully, but these errors were encountered: