Skip to content

Commit d8e01e7

Browse files
committed
fix warnings
1 parent ba3d181 commit d8e01e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

images/gcb-docker-gcloud/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG GO_VERSION
15+
ARG GO_VERSION=1.22.9
1616

17-
FROM multiarch/qemu-user-static:7.2.0-1 as qemu-image
17+
FROM multiarch/qemu-user-static:7.2.0-1 AS qemu-image
1818

1919
# Includes bash, docker, and gcloud
2020
FROM golang:${GO_VERSION}-alpine

images/gcb-docker-gcloud/cloudbuild.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ steps:
44
- build
55
- --tag=gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG
66
- --build-arg=IMAGE_ARG=gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG
7-
- --build-arg=GO_VERSION=$_GO_VERSION
87
- .
98
dir: images/gcb-docker-gcloud/
109
- name: gcr.io/cloud-builders/docker
@@ -14,7 +13,6 @@ steps:
1413
- gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest
1514
substitutions:
1615
_GIT_TAG: '12345'
17-
_GO_VERSION: 1.22.9
1816
images:
1917
- 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG'
2018
- 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest'

0 commit comments

Comments
 (0)