More dockerroo.

This commit is contained in:
Alex Belanger 2024-03-08 22:23:25 -05:00
parent ea70564d08
commit 4969cf00ab
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158
1 changed files with 11 additions and 7 deletions

View File

@ -51,13 +51,17 @@ jobs:
run: |
kubectl get pods
# - name: Build image
# run: |-
# docker build --tag "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA" .
#
# - name: Push image
# run: |-
# docker push "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA"
- name: Authenticate Docker
run: |
gcloud auth configure-docker
- name: Build image
run: |-
docker build --tag "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA" .
- name: Push image
run: |-
docker push "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA"
# - name: Set up Kustomize
# run: |-