Skip to content

Update dockstatapi.js #15

Update dockstatapi.js

Update dockstatapi.js #15

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
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: latest # optional
dockerfile-path: Dockerfile # optional
build-context: . # optional
build-only: false # optional