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