From 4f84572be6f32271f89e1b3d2db1326be150c4e2 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 18 May 2025 17:03:59 -0700 Subject: [PATCH] Tweak workflow name --- .gitea/workflows/publish.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ed9d10a..fd002cc 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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 }}