Add Kubernetes deploy step 3

This commit is contained in:
Keyvan Ebrahimpour 2025-04-10 21:40:56 +00:00
parent 4d54082276
commit 22e2345d7b

View file

@ -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: |