Skip to content

Bump Microsoft.EntityFrameworkCore.Sqlite from 8.0.0 to 9.0.13 #9

Bump Microsoft.EntityFrameworkCore.Sqlite from 8.0.0 to 9.0.13

Bump Microsoft.EntityFrameworkCore.Sqlite from 8.0.0 to 9.0.13 #9

Workflow file for this run

name: Docker Build
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: docker-build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Buildx
uses: docker/setup-buildx-action@v3
- name: Build (No Push)
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false
tags: salesrepportal:ci
cache-from: type=gha
cache-to: type=gha,mode=max