chore(deps): bump the client-dependencies group in /src/Client with 35 updates #39
Workflow file for this run
This file contains 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: ASP.NET Core Docker CI | |
on: | |
pull_request: | |
branches: ["*"] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup .NET | |
uses: actions/setup-dotnet@v3 | |
with: | |
dotnet-version: "8.0.x" # specify your .NET Core version here | |
- name: Docker Build | |
run: | | |
cd src/Server | |
docker build -t ${{ secrets.DOCKER_USERNAME }}/cbc-api . |