Add Kubernetes deploy step 3
This commit is contained in:
parent
4d54082276
commit
22e2345d7b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
IMAGE_NAME="ghcr.io/${{ github.repository }}"
|
||||
docker build -t "$IMAGE_NAME:latest" .
|
||||
docker push "$IMAGE_NAME:latest"
|
||||
shell: bash
|
||||
|
||||
- name: Set up Kubeconfig
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue