mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
640976f60a
commit
adbe248129
3 changed files with 11 additions and 3 deletions
2
.github/workflows/directory-migrate.yml
vendored
2
.github/workflows/directory-migrate.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
USER_EMAIL: github-actions[bot]@users.noreply.github.com
|
||||
LINT_MESSAGE: "chore(dir-data): 🎨 lint PR #${{ github.event.number }}"
|
||||
MIGRATION_MESSAGE: "chore(dir-data): ♻️ migrate PR #${{ github.event.number }}"
|
||||
TEST_MSSQL_IMAGE: mcr.microsoft.com/mssql/server:2025-latest
|
||||
TEST_MSSQL_IMAGE: mcr.microsoft.com/mssql/server:2022-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
10
.github/workflows/directory.yml
vendored
10
.github/workflows/directory.yml
vendored
|
|
@ -42,6 +42,14 @@ jobs:
|
|||
with:
|
||||
dotnet-version: "9.0.x"
|
||||
|
||||
# Disabled GH Actions cache for Dependabot. https://github.com/dependabot/dependabot-core/issues/1303
|
||||
# cache-dependency-path: services/Directory/FilterLists.Directory.Api/packages.lock.json
|
||||
# cache: true
|
||||
|
||||
# - name: Restore
|
||||
# run: dotnet restore --locked-mode
|
||||
# working-directory: ./services/Directory/FilterLists.Directory.Api
|
||||
|
||||
- name: Build
|
||||
run: dotnet build -c Release
|
||||
working-directory: ./services/Directory/FilterLists.Directory.Api
|
||||
|
|
@ -86,4 +94,4 @@ jobs:
|
|||
with:
|
||||
app-name: ${{ env.AZURE_WEBAPP_NAME }}
|
||||
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_APP_FILTERLISTS_DIRECTORY_PROD }}
|
||||
images: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_REPOSITORY }}:${{ env.CONTAINER_IMAGE_TAG_UNIQUE }}
|
||||
images: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_REPOSITORY }}:${{ env.CONTAINER_IMAGE_TAG_UNIQUE }}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<PropertyGroup>
|
||||
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
|
||||
<PublishReadyToRunComposite>true</PublishReadyToRunComposite>
|
||||
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime-deps:9.0-azurelinux3.0-distroless</ContainerBaseImage>
|
||||
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy-chiseled-extra</ContainerBaseImage>
|
||||
<ContainerRuntimeIdentifier>linux-x64</ContainerRuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue