Skip to content

Merge pull request #8 from Adrixop95/feature/bump_requirements #35

Merge pull request #8 from Adrixop95/feature/bump_requirements

Merge pull request #8 from Adrixop95/feature/bump_requirements #35

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