Skip to content

Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#262) #179

Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#262)

Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#262) #179

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@v5
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:dev