CASMHMS-6279: Fix tavern functional test for new eth int name and fix CT/Unit test pipeline #4367
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Publish Service Docker Images | |
on: | |
- push # Perform a build of the contents from the branch | |
- pull_request # Perform a build after merging with the target branch | |
- workflow_dispatch | |
jobs: | |
build_and_release: | |
uses: Cray-HPE/hms-build-image-workflows/.github/workflows/build_and_release_image.yaml@v2 | |
with: | |
image-name: cray-smd | |
enable-pr-comment: true | |
secrets: inherit |