Skip to content

Merge pull request #35 from RPA-US/dependabot/pip/sqlparse-0.4.4 #16

Merge pull request #35 from RPA-US/dependabot/pip/sqlparse-0.4.4

Merge pull request #35 from RPA-US/dependabot/pip/sqlparse-0.4.4 #16

Workflow file for this run

name: Build and publish
on:
push:
branches:
- "master" # Running this workflow only for master branch
jobs:
build-and-publish-latest:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2.5.0 # Checking out the repo
- name: Build and publish "latest" Docker image
uses: VaultVulp/gp-docker-action@1.5.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: bpmloggenerator # Provide only Docker image name, tag will be automatically set to latest