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