3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-12-13 12:17:22 +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 }}
location: ${{ env.GKE_ZONE }}
- name: Build image
run: |-
docker build --tag "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA" .
- name: Testing
run: |
kubectl get pods
- name: Push image
run: |-
docker push "gcr.io/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA"
# - 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: |-