php84
This commit is contained in:
@@ -34,15 +34,15 @@ jobs:
|
|||||||
build-args: TAG=${{ github.ref_name }}
|
build-args: TAG=${{ github.ref_name }}
|
||||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||||
|
|
||||||
- name: Build and push Rust container
|
# - name: Build and push Rust container
|
||||||
uses: docker/build-push-action@v5
|
# uses: docker/build-push-action@v5
|
||||||
with:
|
# with:
|
||||||
context: ./containers/rust
|
# context: ./containers/rust
|
||||||
file: ./containers/rust/Containerfile
|
# file: ./containers/rust/Containerfile
|
||||||
push: true
|
# push: true
|
||||||
tags: git.plabble.org/maurice/rust:${{ github.ref_name }}
|
# tags: git.plabble.org/maurice/rust:${{ github.ref_name }}
|
||||||
build-args: TAG=${{ github.ref_name }}
|
# build-args: TAG=${{ github.ref_name }}
|
||||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
# outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||||
|
|
||||||
- name: Build and push PHP container
|
- name: Build and push PHP container
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@@ -54,12 +54,12 @@ jobs:
|
|||||||
build-args: TAG=${{ github.ref_name }}
|
build-args: TAG=${{ github.ref_name }}
|
||||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||||
|
|
||||||
- name: Build and push C# container
|
# - name: Build and push C# container
|
||||||
uses: docker/build-push-action@v5
|
# uses: docker/build-push-action@v5
|
||||||
with:
|
# with:
|
||||||
context: ./containers/dotnet
|
# context: ./containers/dotnet
|
||||||
file: ./containers/dotnet/Containerfile
|
# file: ./containers/dotnet/Containerfile
|
||||||
push: true
|
# push: true
|
||||||
tags: git.plabble.org/maurice/dotnet:${{ github.ref_name }}
|
# tags: git.plabble.org/maurice/dotnet:${{ github.ref_name }}
|
||||||
build-args: TAG=${{ github.ref_name }}
|
# build-args: TAG=${{ github.ref_name }}
|
||||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
# outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM git.plabble.org/maurice/fedora:main
|
FROM git.plabble.org/maurice/fedora:main
|
||||||
ARG php_version="8.1" # 8.4 is latest
|
ARG php_version="8.4"
|
||||||
|
|
||||||
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"
|
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"
|
||||||
|
|||||||
Reference in New Issue
Block a user