Skip to content

Cwdoe 1433 dotnet 8 (#51) #188

Cwdoe 1433 dotnet 8 (#51)

Cwdoe 1433 dotnet 8 (#51) #188

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/[email protected]
with:
imageName: cmusei/steamfitter-api
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}