This repository was archived by the owner on Dec 22, 2025. It is now read-only.
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v10 #50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI/CD | |
| on: | |
| push: | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: docker/setup-buildx-action@v3 | |
| - run: docker-compose -f elastic-stack/docker-compose.yml build | |
| - run: docker-compose -f serilog/docker-compose.yml build |