diff --git a/.github/workflows/shared-build-deploy-container.yml b/.github/workflows/shared-build-deploy-container.yml index 455e609f..34f7d8d5 100644 --- a/.github/workflows/shared-build-deploy-container.yml +++ b/.github/workflows/shared-build-deploy-container.yml @@ -98,7 +98,7 @@ jobs: build-push-container-image: name: "Build and push container image" needs: [ prepare-and-validate ] - runs-on: ${{ needs.prepare-and-validate.outputs.runnerName }} + runs-on: ubuntu-latest steps: - name: Checkout calling repo uses: actions/checkout@v5