From abd8663cf31c6750fe7481ed65a0e87e0f2a85b9 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Sat, 5 Oct 2024 23:42:10 +0200 Subject: [PATCH] chore: update job name --- .gitea/workflows/build.yaml | 2 +- .gitea/workflows/buildAndPush.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index fc325b6..00975c4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,7 +6,7 @@ on: - '!master' jobs: - Explore-Gitea-Actions: + Build-Docker-Image: runs-on: ubuntu-latest steps: - name: Check out repository code diff --git a/.gitea/workflows/buildAndPush.yaml b/.gitea/workflows/buildAndPush.yaml index f8d362d..b825850 100644 --- a/.gitea/workflows/buildAndPush.yaml +++ b/.gitea/workflows/buildAndPush.yaml @@ -5,7 +5,7 @@ on: - master jobs: - Explore-Gitea-Actions: + Build-And-Push-Docker-Image: runs-on: ubuntu-latest steps: - name: Check out repository code