Skip to content

Automate Docker Image Build and Publish #4

Automate Docker Image Build and Publish

Automate Docker Image Build and Publish #4

name: Build Docker Image
on:
pull_request:
push:
branches:
- main
jobs:
build:
permissions:
contents: read
uses: ./.github/workflows/build-and-publish.yml
with:
publish: false