Skip to content

Update notify.sh (#11) #15

Update notify.sh (#11)

Update notify.sh (#11) #15

Workflow file for this run

name: Docker Image CI (dev)
on:
push:
branches: [ "dev" ]
permissions:
packages: write
contents: read
jobs:
build-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout repository
- uses: pmorelli92/[email protected]
name: Build and Publish latest service image
with:
github-push-secret: ${{secrets.GITHUB_TOKEN}}
docker-image-name: dockstatapi
docker-image-tag: dev # optional
dockerfile-path: Dockerfile # optional
build-context: . # optional
build-only: false # optional