Skip to content

bump progressor-1.0.15 (#189) #1332

bump progressor-1.0.15 (#189)

bump progressor-1.0.15 (#189) #1332

Workflow file for this run

name: Build and publish Docker image
on:
push:
branches:
- 'master'
- 'epic/**'
pull_request:
branches: ['**']
env:
REGISTRY: ghcr.io
jobs:
build-push:
runs-on: ubuntu-latest
steps:
- uses: valitydev/action-deploy-docker@v2
with:
registry-username: ${{ github.actor }}
registry-access-token: ${{ secrets.GITHUB_TOKEN }}