aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar onerandomusername <[email protected]>2022-11-05 15:23:37 -0400
committerGravatar onerandomusername <[email protected]>2022-11-05 15:23:37 -0400
commiteb4dd4ca0bf916ca17d728e3f779c2bfb46603ad (patch)
tree46805f382a33ba310adfbcd68c93f0f42509551f
parentdowngrade docker/setup-buildx-action to a valid version (diff)
remove the unnecessary and possibly invalid kubectl version request to azure/k8s-deploy
-rw-r--r--.github/workflows/deploy.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 167cfa3..d8ad66b 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -76,7 +76,6 @@ jobs:
with:
manifests: deployment.yaml
images: 'ghcr.io/python-discord/snekbox:${{ inputs.version }}'
- kubectl-version: 'latest'
# Push the base image to GHCR, with an inline cache manifest.
- name: Push base image