Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
update working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccasland committed May 3, 2023
1 parent 95d8e15 commit 0aa5945
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian10/cloudbuild-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ steps:

# Step: build the image
- name: "gcr.io/cloud-builders/docker"
dir: debian10
args: ["build", "-t", "gcr.io/${_IMG_DEST}", "."]
id: "upgrade-dist"

Expand Down
1 change: 1 addition & 0 deletions debian11/cloudbuild-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ steps:

# Step: build the image
- name: "gcr.io/cloud-builders/docker"
dir: debian11
args: ["build", "-t", "gcr.io/${_IMG_DEST}", "."]
id: "upgrade-dist"

Expand Down
1 change: 1 addition & 0 deletions ubuntu1804/cloudbuild-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ steps:

# Step: build the image
- name: "gcr.io/cloud-builders/docker"
dir: ubuntu1804
args: ["build", "-t", "gcr.io/${_IMG_DEST}", "."]
id: "upgrade-dist"

Expand Down
1 change: 1 addition & 0 deletions ubuntu2004/cloudbuild-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ steps:

# Step: build the image
- name: "gcr.io/cloud-builders/docker"
dir: ubuntu2004
args: ["build", "-t", "gcr.io/${_IMG_DEST}", "."]
id: "upgrade-dist"

Expand Down

0 comments on commit 0aa5945

Please sign in to comment.