Skip to content

Commit

Permalink
Check docker used
Browse files Browse the repository at this point in the history
  • Loading branch information
d-shree committed Nov 21, 2023
1 parent 5fc5868 commit 29a0a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
DOCKER_BUILDKIT: 1
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
run: which dvc
run: which dvc && which docker
# dvc get https://github.com/skit-ai/skit-calls secrets && dvc pull pipeline_secrets
# && docker build
# --build-arg ECR_REGISTRY=$ECR_REGISTRY
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
DOCKER_BUILDKIT: 1
US_ECR_REGISTRY: ${{ steps.login-ecr-us.outputs.registry }}
US_ECR_REPOSITORY: ${{ secrets.US_ECR_REPOSITORY }}
run: which dvc
run: which dvc && which docker
# dvc get https://github.com/skit-ai/skit-calls secrets && dvc pull pipeline_secrets && docker build
# --build-arg ECR_REGISTRY=$US_ECR_REGISTRY
# --build-arg REGION="us-east-1"
Expand Down

0 comments on commit 29a0a90

Please sign in to comment.