Skip to content

bump requirements

bump requirements #37

on: [push]
name: Build and publish latest image
jobs:
build-and-publish-latest:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- name: Build and Publish latest Docker image
uses: VaultVulp/gp-docker-action@1.6.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: barcodegenerator
dockerfile: Dockerfile