Tweak workflow name
This commit is contained in:
parent
35f6bc429d
commit
4f84572be6
@ -1,5 +1,5 @@
|
|||||||
name: Gitea Actions Demo
|
name: Publish
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions! 🚀
|
# run-name: ${{ gitea.actor }} is testing out Gitea Actions! 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -87,7 +87,6 @@ jobs:
|
|||||||
- name: Install kustomize
|
- name: Install kustomize
|
||||||
run: curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
run: curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||||
|
|
||||||
|
|
||||||
- name: Update deployment
|
- name: Update deployment
|
||||||
run: |
|
run: |
|
||||||
./kustomize edit set image image_name=*:${{ gitea.sha }}
|
./kustomize edit set image image_name=*:${{ gitea.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user