Move to Fedora

This commit is contained in:
maurice
2025-10-28 08:46:30 +01:00
parent b430988ba4
commit 9ef278fc7c
13 changed files with 45 additions and 76 deletions

View File

@@ -3,7 +3,7 @@ on:
push:
branches: ["main"]
paths:
- "fullstack.Containerfile"
- "dotnet.Containerfile"
- "php.Containerfile"
- "rust.Containerfile"
- "scripts/install-roslyn.sh"
@@ -44,12 +44,12 @@ jobs:
build-args: TAG=${{ github.ref_name }}
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
- name: Build and push Fullstack container
- name: Build and push Dotnet container
uses: docker/build-push-action@v5
with:
context: .
file: ./fullstack.Containerfile
file: ./dotnet.Containerfile
push: true
tags: git.plabble.org/maurice/devc-fullstack:${{ github.ref_name }}
tags: git.plabble.org/maurice/devc-dotnet:${{ github.ref_name }}
build-args: TAG=${{ github.ref_name }}
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true