Skip to content

fixed vlan delete endpoint paths (#53) #166

fixed vlan delete endpoint paths (#53)

fixed vlan delete endpoint paths (#53) #166

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/caster-api
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}