Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bosh/golang-release
FROM ghcr.io/cloudfoundry/bosh/golang-release

RUN \
apt-get update \
Expand Down
13 changes: 2 additions & 11 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
plan:
- get: bosh-utils-dockerfiles
trigger: true
- get: bosh-golang-release-image
- get: golang-release-image
trigger: true
- put: bosh-utils-image
inputs: detect
Expand Down Expand Up @@ -176,9 +176,7 @@ resources:
- name: golang-release-image
type: registry-image
source:
repository: bosh/golang-release
username: ((docker.username))
password: ((docker.password))
repository: ghcr.io/cloudfoundry/bosh/golang-release

- name: release-bucket-linux
type: gcs
Expand Down Expand Up @@ -212,13 +210,6 @@ resources:
username: ((docker.username))
password: ((docker.password))

- name: bosh-golang-release-image
type: registry-image
source:
repository: bosh/golang-release
username: ((docker.username))
password: ((docker.password))

resource_types:
- name: github-status
type: docker-image
Expand Down
Loading