Skip to content

feat: update Docker setup with new base image, enhance build workflow… #2

feat: update Docker setup with new base image, enhance build workflow…

feat: update Docker setup with new base image, enhance build workflow… #2

Workflow file for this run

name: Docker Build
on:
push:
branches:
- main
- develop
- "feature/**"
- "hotfix/**"
tags:
- "v*.*.*"
pull_request:
branches:
- main
- develop
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: pnstack/actions/docker-publish@main
with:
platforms: linux/amd64,linux/arm64
dockerfile: Dockerfile
context: .
push_enabled: true
registry: ghcr.io