From 867953f1e28de8c4f8761a3dfb03720122117540 Mon Sep 17 00:00:00 2001 From: maurice Date: Mon, 27 Oct 2025 10:03:54 +0100 Subject: [PATCH] Naming --- .gitea/workflows/base.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/base.yaml b/.gitea/workflows/base.yaml index 5aec33b..8c9f301 100644 --- a/.gitea/workflows/base.yaml +++ b/.gitea/workflows/base.yaml @@ -10,7 +10,7 @@ on: - ".gitea/workflows/base.yaml" jobs: - fedora-build: + base-build: runs-on: job-latest steps: - name: Clone repo @@ -30,7 +30,7 @@ jobs: context: . file: ./base.Containerfile push: true - tags: git.plabble.org/Maurice/devc-base:${{ github.ref_name }} + tags: git.plabble.org/maurice/devc-base:${{ github.ref_name }} build-args: TAG=${{ github.ref_name }} outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true @@ -40,6 +40,6 @@ jobs: context: . file: ./web-base.Containerfile push: true - tags: git.plabble.org/Maurice/devc-web-base:${{ github.ref_name }} + tags: git.plabble.org/maurice/devc-web-base:${{ github.ref_name }} build-args: TAG=${{ github.ref_name }} outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true