Skip to content

Commit

Permalink
string literals need to be wrapped with single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
foolusion committed Apr 5, 2024
1 parent 764f2a8 commit 53a88b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ jobs:
platforms: ${{ env.IMAGE_PLATFORMS }}
build-args: |
GOLANG_VERSION=${{ matrix.go-version }}
CONTROLLER_GEN_VERSION=${{ matrix.controller-gen-version || "v0.9.2" }}
CLIENT_GEN_VERSION=${{ matrix.client-gen-version || "v0.26.1" }}
CONTROLLER_GEN_VERSION=${{ matrix.controller-gen-version || 'v0.9.2' }}
CLIENT_GEN_VERSION=${{ matrix.client-gen-version || 'v0.26.1' }}
tags: ghcr.io/nvidia/k8s-test-infra:devel-go${{ matrix.go-version }}

0 comments on commit 53a88b6

Please sign in to comment.