diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 949c775..6929f66 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,18 +29,18 @@ jobs: uses: actions/checkout@v7 - name: Log in to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.2.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v4 + uses: docker/setup-buildx-action@v4.1.0 - name: Extract image metadata id: meta - uses: docker/metadata-action@v6 + uses: docker/metadata-action@v6.1.0 with: images: ${{ matrix.image }} tags: | diff --git a/src/SportsClubEventManager.Api/SportsClubEventManager.Api.csproj b/src/SportsClubEventManager.Api/SportsClubEventManager.Api.csproj index be5dc89..3fd909c 100644 --- a/src/SportsClubEventManager.Api/SportsClubEventManager.Api.csproj +++ b/src/SportsClubEventManager.Api/SportsClubEventManager.Api.csproj @@ -8,12 +8,12 @@ - + - + - + diff --git a/src/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj b/src/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj index 2dc4f90..bccb454 100644 --- a/src/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj +++ b/src/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj @@ -8,10 +8,11 @@ - - - - + + + + + diff --git a/src/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj b/src/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj index 4a0a6f0..df83ee1 100644 --- a/src/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj +++ b/src/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj @@ -13,21 +13,24 @@ - + - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive + + - + - + diff --git a/src/SportsClubEventManager.Web/SportsClubEventManager.Web.csproj b/src/SportsClubEventManager.Web/SportsClubEventManager.Web.csproj index c0a2305..6aa6c6e 100644 --- a/src/SportsClubEventManager.Web/SportsClubEventManager.Web.csproj +++ b/src/SportsClubEventManager.Web/SportsClubEventManager.Web.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj b/tests/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj index 0de8783..d06d7bb 100644 --- a/tests/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj +++ b/tests/SportsClubEventManager.Application/SportsClubEventManager.Application.csproj @@ -10,14 +10,14 @@ - + - - - + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/SportsClubEventManager.Domain/SportsClubEventManager.Domain.csproj b/tests/SportsClubEventManager.Domain/SportsClubEventManager.Domain.csproj index 02aac2f..f8dcc79 100644 --- a/tests/SportsClubEventManager.Domain/SportsClubEventManager.Domain.csproj +++ b/tests/SportsClubEventManager.Domain/SportsClubEventManager.Domain.csproj @@ -10,12 +10,12 @@ - - - - + + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj b/tests/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj index 15c8f76..26b2231 100644 --- a/tests/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj +++ b/tests/SportsClubEventManager.Infrastructure/SportsClubEventManager.Infrastructure.csproj @@ -11,23 +11,23 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + - - - - + + + + diff --git a/tests/SportsClubEventManager.IntegrationTests/SportsClubEventManager.IntegrationTests.csproj b/tests/SportsClubEventManager.IntegrationTests/SportsClubEventManager.IntegrationTests.csproj index ad0f161..b46a37d 100644 --- a/tests/SportsClubEventManager.IntegrationTests/SportsClubEventManager.IntegrationTests.csproj +++ b/tests/SportsClubEventManager.IntegrationTests/SportsClubEventManager.IntegrationTests.csproj @@ -9,14 +9,14 @@ - - - + + + - + - +