Move smoke test to reusable workflow

This commit is contained in:
Brendon Smith
2024-10-04 18:20:25 -04:00
parent 80b1d50e0d
commit da554410b0
2 changed files with 8 additions and 12 deletions
@@ -49,3 +49,7 @@ jobs:
docker push $IMAGE
docker push $IMAGE_MAJOR
docker push $IMAGE_MAJOR_MINOR
smoke-test:
needs:
- build-and-push
uses: ./.github/workflows/reusable-smoke-test.yml