-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
updating dockerfile and build workflow #206
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to the ops-terra-utils repo! |
@@ -13,31 +13,41 @@ | |||
steps: | |||
- name: Checkout code | |||
uses: actions/checkout@v4 | |||
- uses: webfactory/ssh-agent@v0.9.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
run: | | ||
docker tag us-central1-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/ops_terra_utils_slim:$GITHUB_SHA us-central1-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/ops_terra_utils_slim:latest | ||
docker push us-central1-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/ops_terra_utils_slim:latest | ||
uses: docker/build-push-action@v6 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
run: gcloud auth configure-docker us-central1-docker.pkg.dev | ||
|
||
- name: GAR Auth | ||
uses: docker/#-action@v3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
No description provided.