diff options
-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 |