Skip to content

fix(deps): update module github.com/go-git/go-git/v5 to v5.10.0 #253

fix(deps): update module github.com/go-git/go-git/v5 to v5.10.0

fix(deps): update module github.com/go-git/go-git/v5 to v5.10.0 #253

Workflow file for this run

name: Docker build
on:
push:
branches:
- master
tags:
- "v*"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Kaniko build
uses: aevea/action-kaniko@master
with:
image: aevea/commitsar
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
cache: true
cache_registry: aevea/cache
strip_tag_prefix: v
- name: Sync Readme
uses: ms-jpq/sync-dockerhub-readme@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: aevea/commitsar
readme: "./README.md"