mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2024-11-07 08:14:03 +01:00
Use the new (faster) build action
This commit is contained in:
parent
c5034a8e67
commit
2fbc0744db
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -5,4 +5,4 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-containers:
|
build-containers:
|
||||||
uses: g3rv4/actions/.github/workflows/dotnet-webapp.yml@v1
|
uses: g3rv4/actions/.github/workflows/dotnet-webapp.yml@v1.1
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# syntax=docker/dockerfile:1
|
|
||||||
|
|
||||||
ARG ARCH=
|
ARG ARCH=
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:8.0.100-1-alpine3.18-${ARCH} AS builder
|
FROM mcr.microsoft.com/dotnet/sdk:8.0.100-1-alpine3.18 AS builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY src /src/
|
COPY src /src/
|
||||||
RUN dotnet publish -c Release /src/FakeRelay.sln -o /app
|
RUN dotnet publish -c Release /src/FakeRelay.sln -o /app
|
||||||
|
Loading…
Reference in New Issue
Block a user