Skip to content

Commit

Permalink
Merge pull request #148 from pagopa/fix-deploy-runner
Browse files Browse the repository at this point in the history
add version to runner
  • Loading branch information
FedericoRuzzier authored Jun 24, 2024
2 parents 297629a + 462d715 commit cd2134f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
container_app_environment_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_NAME }}
resource_group_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_RESOURCE_GROUP_NAME }} # RG of the runner
pat_token: ${{ secrets.BOT_TOKEN_GITHUB }}
self_hosted_runner_image_tag: "latest"

deploy:
needs: [ create_runner ]
Expand Down

0 comments on commit cd2134f

Please sign in to comment.