Skip to content

Bump minimatch from 3.0.4 to 3.1.2 (#162) #98

Bump minimatch from 3.0.4 to 3.1.2 (#162)

Bump minimatch from 3.0.4 to 3.1.2 (#162) #98

Workflow file for this run

name: Release Charts
on:
push:
branches:
- master
tags-ignore:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.0
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: pepakriz/gitlab-merger-bot
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}