0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 20:42:44 +00:00

Add Docker Image build and Publish to workflow

Adds docker:build and docker:publish npm scripts
expects DOCKERID to contain the user/organization id for formatting the tag ( DOCKERID/hombrewery:version )

Add CircleCI test to ensure image still builds
This commit is contained in:
David Bolack
2025-10-28 14:10:04 -05:00
parent 1f89acb018
commit a0d288057f
2 changed files with 6 additions and 1 deletions

View File

@@ -88,6 +88,9 @@ jobs:
- run:
name: Test - Content Negotiation
command: npm run test:content-negotiation
- run:
name: Test - Build Docker image
command: DOCKERID=circliciTest npm run docker:build
workflows:
build_and_test: