Skip to content

Commit

Permalink
fix missing variable
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Dec 30, 2024
1 parent 636e9db commit 987773f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GO_VERSION
ARG GO_VERSION_TOOLING
ARG OS_CODENAME

# The Release Tooling can be compiled with a different version of Go than the
Expand Down
1 change: 1 addition & 0 deletions images/releng/k8s-ci-builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
- PULL_BASE_REF=${_PULL_BASE_REF}
- CONFIG=${_CONFIG}
- GO_VERSION=${_GO_VERSION}
- GO_VERSION_TOOLING=${_GO_VERSION_TOOLING}
- OS_CODENAME=${_OS_CODENAME}
args:
- '-c'
Expand Down

0 comments on commit 987773f

Please sign in to comment.