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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user