3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-12-14 04:37:26 +01:00

Get pods.

This commit is contained in:
Alex Belanger 2024-03-08 22:18:42 -05:00
parent 3bbf14699c
commit ea70564d08
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158

View File

@ -47,13 +47,17 @@ jobs:
cluster_name: ${{ env.GKE_CLUSTER }} cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }} location: ${{ env.GKE_ZONE }}
- name: Build image - name: Testing
run: |- run: |
docker build --tag "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA" . kubectl get pods
- name: Push image # - name: Build image
run: |- # run: |-
docker push "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA" # 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 # - name: Set up Kustomize
# run: |- # run: |-