base64 not working
This commit is contained in:
parent
f5e8541a06
commit
a32ce3e9ab
|
@ -56,6 +56,6 @@ jobs:
|
||||||
uses: steebchen/kubectl@master
|
uses: steebchen/kubectl@master
|
||||||
env:
|
env:
|
||||||
KUBE_CONFIG_DATA: |
|
KUBE_CONFIG_DATA: |
|
||||||
${{ secrets.KUBECONFIG }}
|
${{ secrets.KUBECONFIG }}
|
||||||
with:
|
with:
|
||||||
args: set image --record deployment/tusd tusd=tusproject/tusd:$GITHUB_SHA -n tus
|
args: set image --record deployment/tusd tusd=tusproject/tusd:$GITHUB_SHA -n tus
|
||||||
|
|
Loading…
Reference in New Issue