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