Skip to content

Commit f29da80

Browse files
authored
Develop (#20)
* fix docker? I swear? * fix docker? I swear? * fix docker? I swear? * fix docker? I swear? * fix docker? I swear? * fix docker? I swear? * fix docker? I swear? * fix docker? I swear?
1 parent 33d2818 commit f29da80

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
runs-on: self-hosted
3535
steps:
3636
- name: Deploy
37-
run: |-
38-
kubectl set image -n nulldev deployment/${{ env.DEPLOYMENT_ID }} ${{ env.DEPLOYMENT_ID }}=ghcr.io/${{ github.repository }}:${{ github.sha }}
39-
kubectl rollout status -n nulldev deployment/${{ env.DEPLOYMENT_ID }}
37+
38+
uses: danielr1996/kubectl-action@1.0.0
39+
with:
40+
args: set image -n nulldev deployment/${{ env.DEPLOYMENT_ID }} ${{ env.DEPLOYMENT_ID }}=ghcr.io/${{ github.repository }}:${{ github.sha }}
41+
42+
- name: Rollout
43+
uses: danielr1996/kubectl-action@1.0.0
44+
with:
45+
args: rollout status -n nulldev deployment/${{ env.DEPLOYMENT_ID }}

0 commit comments

Comments
 (0)