Skip to content

Update Microsoft.Extensions.Logging.Abstractions requirement #91

Update Microsoft.Extensions.Logging.Abstractions requirement

Update Microsoft.Extensions.Logging.Abstractions requirement #91

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
RELEASE_BRANCHES: branch-zero
- name: Publish Docker
uses: elgohr/[email protected]
with:
name: throw-if-null/alembic/alembic
username: ${{ github.actor }}
password: ${{ secrets.PACKAGES_RW_PAT }}
registry: docker.pkg.github.com
default_branch: branch-zero
dockerfile: ./Alembic/Dockerfile
context: .
tag_semver: true