Skip to content

Commit

Permalink
use mcping namespace to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed May 5, 2024
1 parent 1cfdda2 commit 60d73ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check:
uses: ./.github/workflows/check.yml
build:
needs: [check]
needs: [ check ]
runs-on: ubuntu-latest
steps:
- name: Correct env
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
deploy:
needs: [build]
needs: [ build ]
runs-on: ubuntu-latest
steps:
- uses: actions-hub/kubectl@master
Expand All @@ -52,4 +52,4 @@ jobs:
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}
KUBE_TOKEN: ${{ secrets.KUBE_TOKEN }}
with:
args: set image deployment/mcping mcping=ghcr.io/${{ env.REPO }}:git-${{ github.sha }}
args: -n mcping set image deployment/mcping mcping=ghcr.io/${{ env.REPO }}:git-${{ github.sha }}

0 comments on commit 60d73ba

Please sign in to comment.