Skip to content

Fix tavern functional test for new eth int name and fix CT/Unit test … #3506

Fix tavern functional test for new eth int name and fix CT/Unit test …

Fix tavern functional test for new eth int name and fix CT/Unit test … #3506

name: Build and Publish CT 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-hmth-test
docker-build-file: test/ct/Dockerfile #the test/ct/Dockerfile is what we want!
docker-build-context: test/ct
enable-pr-comment: true
secrets: inherit