Skip to content

Commit

Permalink
Circle: Move From Quay to Google AR for go-build (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Feb 8, 2023
1 parent 140f19b commit 630a236
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version: 2.1
executors:
go-build:
docker:
- image: quay.io/getpantheon/go-build
- image: us-docker.pkg.dev/pantheon-artifacts/internal/go-build:latest
auth:
username: $QUAY_USER
password: $QUAY_PASSWD
username: _json_key
password: $CIRCLE_CI_COMMON_KEY

commands:
save-go-mod-cache:
Expand Down Expand Up @@ -72,23 +72,23 @@ workflows:
jobs:
- update-mod-cache:
context:
- docker-executor-auth
- gcp-credentials-ar-ci
- sig-go-project
- build:
context:
- docker-executor-auth
- gcp-credentials-ar-ci
- sig-go-project
requires:
- update-mod-cache
- test:
context:
- docker-executor-auth
- gcp-credentials-ar-ci
- sig-go-project
requires:
- update-mod-cache
- release:
context:
- docker-executor-auth
- gcp-credentials-ar-ci
- sig-go-release
requires:
- test
Expand Down

0 comments on commit 630a236

Please sign in to comment.