Move to Fedora
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user