diff options
author | 2022-11-05 15:23:37 -0400 | |
---|---|---|
committer | 2022-11-05 15:23:37 -0400 | |
commit | eb4dd4ca0bf916ca17d728e3f779c2bfb46603ad (patch) | |
tree | 46805f382a33ba310adfbcd68c93f0f42509551f | |
parent | downgrade 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.yaml | 1 |
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 |