diff --git a/.github/workflows/build-gh.yml b/.github/workflows/build-gh.yml index a1537015..6fd6fdf8 100644 --- a/.github/workflows/build-gh.yml +++ b/.github/workflows/build-gh.yml @@ -7,7 +7,7 @@ on: branches: - "**" - + jobs: set-vars: runs-on: ubuntu-latest @@ -28,7 +28,7 @@ jobs: echo "app-name=${APP_NAME}" >> $GITHUB_OUTPUT echo "aws-region=${AWS_REGION}" >> $GITHUB_OUTPUT echo "version=${VERSION}" >> $GITHUB_OUTPUT - echo "RUNNER_LABEL=${RUNNER_LABELS}" >> $GITHUB_OUTPUT + echo "RUNNER_LABEL=persistent-runner-dev" >> $GITHUB_OUTPUT build-image: needs: