mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 11:36:38 +00:00
[AZ-204] OCI revision labels + AZAION_REVISION env
Made-with: Cursor
This commit is contained in:
@@ -18,6 +18,8 @@ FROM build AS publish
|
||||
RUN dotnet publish "SatelliteProvider.Api.csproj" -c Release -o /app/publish /p:UseAppHost=false
|
||||
|
||||
FROM base AS final
|
||||
ARG CI_COMMIT_SHA=unknown
|
||||
ENV AZAION_REVISION=$CI_COMMIT_SHA
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
ENTRYPOINT ["dotnet", "SatelliteProvider.Api.dll"]
|
||||
|
||||
Reference in New Issue
Block a user