Skip to content

Chiseled Containers Test #221

Chiseled Containers Test

Chiseled Containers Test #221

Workflow file for this run

name: Build and Publish Image
on:
pull_request:
branches:
- development
push:
branches: [development, staging]
release:
types: ["published"]
jobs:
build-and-publish:
name: Build and Publish
uses: cmu-sei/Crucible-Github-Actions/.github/workflows/docker-build.yaml@feature/additional-docker-target
with:
imageName: cmusei/player-api
additionalTarget: debug
push: false
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}