Skip to content

Commit 71eb967

Browse files
authored
Merge pull request #132 from cloudfoundry/update-image-ref
CI: update image ref
2 parents 7c1efef + 494718b commit 71eb967

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

ci/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bosh/golang-release
1+
FROM ghcr.io/cloudfoundry/bosh/golang-release
22

33
RUN \
44
apt-get update \

ci/pipeline.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
plan:
119119
- get: bosh-utils-dockerfiles
120120
trigger: true
121-
- get: bosh-golang-release-image
121+
- get: golang-release-image
122122
trigger: true
123123
- put: bosh-utils-image
124124
inputs: detect
@@ -176,9 +176,7 @@ resources:
176176
- name: golang-release-image
177177
type: registry-image
178178
source:
179-
repository: bosh/golang-release
180-
username: ((docker.username))
181-
password: ((docker.password))
179+
repository: ghcr.io/cloudfoundry/bosh/golang-release
182180

183181
- name: release-bucket-linux
184182
type: gcs
@@ -212,13 +210,6 @@ resources:
212210
username: ((docker.username))
213211
password: ((docker.password))
214212

215-
- name: bosh-golang-release-image
216-
type: registry-image
217-
source:
218-
repository: bosh/golang-release
219-
username: ((docker.username))
220-
password: ((docker.password))
221-
222213
resource_types:
223214
- name: github-status
224215
type: docker-image

0 commit comments

Comments
 (0)