Skip to content

Commit

Permalink
pull cache image
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Sep 19, 2024
1 parent e046593 commit 5060712
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
# trivial (non-multi-stage) builds.
driver: docker

- name: Pull cache images
run: |
docker pull nemoci.azurecr.io/nemo_aligner_container:${{ github.event.pull_request.number || 'buildcache' }}
docker pull nemoci.azurecr.io/nemo_aligner_container:buildcache
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 5060712

Please sign in to comment.