Skip to content

Commit

Permalink
Fix docker publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed May 31, 2024
1 parent 83e4751 commit a5f9b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/warehouse-publish-docker-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
cluster_name: ${{ secrets.GKE_CLUSTER_NAME }}
location: ${{ secrets.GKE_CLUSTER_REGION }}
project_id: ${{ vars.GOOGLE_PROJECT_ID }}

- name: Delete pod for dagster
run: kubectl delete pods --namespace production-dagster -l app.kubernetes.io/instance=production-dagster,component=user-deployments

0 comments on commit a5f9b7c

Please sign in to comment.