Skip to content

Bump version to 0.3.1 #25

Bump version to 0.3.1

Bump version to 0.3.1 #25

Workflow file for this run

name: publish
on:
push:
branches:
- master
jobs:
publish-resharper-annotate:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the resharper-annotate Docker image
run: |
docker build ./resharper-annotate --tag ghcr.io/vmelnalksnis/resharper-annotate:v0.3.1
docker push ghcr.io/vmelnalksnis/resharper-annotate:v0.3.1