Add Kubernetes deploy step 4
This commit is contained in:
parent
22e2345d7b
commit
a126c4b98a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
|
|
@ -17,6 +17,9 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Debug Variables
|
||||
run: echo "Repository: ${{ github.repository }}"
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue