Skip to content

Commit

Permalink
[semver:minor] login to docker registry so that a build could use doc…
Browse files Browse the repository at this point in the history
…kercompose/testcontainers if it wanted to do so (#55)
  • Loading branch information
MiK authored Nov 28, 2022
1 parent 65a1f88 commit 986fef4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jobs/go_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ executor: << parameters.executor >>

steps:
- checkout
- login_docker_registry:
url: ${DOCKER_JFROG_REGISTRY_URL}
username: ${DOCKER_JFROG_USERNAME}
password: ${DOCKER_JFROG_PASSWORD}
- restore_cache:
keys:
- 'go-mod-{{ arch }}-{{ checksum "<< parameters.work_dir >>/go.sum" }}'
Expand Down

0 comments on commit 986fef4

Please sign in to comment.