-
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.
added an option to specify the docker_config_path for custom runners (#…
…77)
- Loading branch information
1 parent
d8ddd1e
commit 7576c0e
Showing
7 changed files
with
25 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ with: | |
check_run_annotations: none # Disable additional annotations to reduce API calls | ||
#@ end | ||
--- | ||
#@ def _copy_between_registries_step(tag_from, tag_to, target_registry_name): | ||
#@ def _copy_between_registries_step(tag_from, tag_to, target_registry_name, docker_config_path): | ||
name: #@ "Push Image to {}".format(target_registry_name) | ||
uses: akhilerm/[email protected] | ||
with: | ||
|
@@ -84,6 +84,8 @@ with: | |
# quay.io/user/app:1.0.0 | ||
# ghcr.io/user/app:latest | ||
# ghcr.io/user/app:1.0.0 | ||
docker-config-path: #@ docker_config_path | ||
#/home/myuser/.docker/config.json | ||
#@ end | ||
--- | ||
#@ def _setup_cosign(): | ||
|
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
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
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