-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* kubelogin installation added * try beta docker * removed release-docker-branch * minor fix * file setup: allow external values (from docker) and fix helm install * dockerfile: added env variables for component versions
- Loading branch information
1 parent
4fa42c1
commit 4dc2f62
Showing
5 changed files
with
50 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
version: "3.9" | ||
services: | ||
github_runner: | ||
build: . | ||
# build: . | ||
image: ghcr.io/pagopa/github-self-hosted-runner-azure:beta-kubelogin-setup | ||
environment: | ||
- GITHUB_REPOSITORY=${GITHUB_REPOSITORY} | ||
- GITHUB_TOKEN=${GITHUB_TOKEN} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters