Skip to content

Commit

Permalink
Add docker cache experimental action
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Nov 14, 2023
1 parent dfa2701 commit b981644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildpipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build Image and Push
# TODO Add this line back once we update to Python 3.9 from 3.6
# needs: Security
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@feat/docker-cache-repo
secrets:
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit b981644

Please sign in to comment.