Bump AspNetCore.HealthChecks.MySql from 6.0.2 to 7.0.0 #367
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: Build docker image | |
on: | |
push: | |
paths-ignore: | |
- '**.md' | |
workflow_dispatch: | |
jobs: | |
build-image: | |
name: Build docker image | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up Docker Buildx | |
uses: docker/setup-buildx-action@v2 | |
- name: Build and push | |
uses: docker/build-push-action@v4 | |
with: | |
file: ./dockerfile |