Skip to content

Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 (#235) #146

Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 (#235)

Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 (#235) #146

Workflow file for this run

name: dev build
on:
push:
branches:
- master
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean --snapshot -f .goreleaser-snapshot.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push to GHCR
run: docker push ghcr.io/mdbot/wiki:latest