Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 3ffb64d

Browse files
Takashi Matsuochingor13
authored andcommitted
Use different docker image name for ubuntu package builder (#433)
1 parent a41e47a commit 3ffb64d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ubuntu-package-builder/build-packages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
steps:
22
- name: gcr.io/cloud-builders/docker
3-
args: ['build', '-t', 'gcr.io/${_GOOGLE_PROJECT_ID}/deb-package-builder', '.']
3+
args: ['build', '-t', 'gcr.io/${_GOOGLE_PROJECT_ID}/ubuntu-package-builder', '.']
44
waitFor: ['-']
5-
id: deb-package-builder
5+
id: ubuntu-package-builder
66

77
# create local directories for the rsync
88
- name: gcr.io/google-appengine/debian8
@@ -31,9 +31,9 @@ steps:
3131
id: import-packages
3232

3333
# build the packages
34-
- name: gcr.io/${_GOOGLE_PROJECT_ID}/deb-package-builder
34+
- name: gcr.io/${_GOOGLE_PROJECT_ID}/ubuntu-package-builder
3535
args: ['${_PHP_VERSION}']
36-
waitFor: ['deb-package-builder', 'import-libraries', 'import-packages']
36+
waitFor: ['ubuntu-package-builder', 'import-libraries', 'import-packages']
3737
id: package-build
3838

3939
# export artifacts to gs

0 commit comments

Comments
 (0)