Skip to content

Bump daisyui from 4.12.13 to 4.12.22 (#53) #107

Bump daisyui from 4.12.13 to 4.12.22 (#53)

Bump daisyui from 4.12.13 to 4.12.22 (#53) #107

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/github-container-registry-build-push@2.2.1
name: Build and Publish latest service image
with:
github-push-secret: ${{secrets.GITHUB_TOKEN}}
docker-image-name: dockstat
docker-image-tag: latest # optional
dockerfile-path: Dockerfile # optional
build-context: . # optional
build-only: false # optional