generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In response to Docker's plan to delete free open-source organisations, we're moving the Docker image to GitHub's container registry (GHCR).
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 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 |
---|---|---|
|
@@ -127,7 +127,7 @@ key=value). | |
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }} | ||
``` | ||
|
||
> _Note: you need to use a [literal block scalar](https://yaml-multiline.info/) `|` to preserve newlines in a YAML string._ | ||
> **Note**: you need to use a [literal block scalar](https://yaml-multiline.info/) `|` to preserve newlines in a YAML string. | ||
|
||
Environment variables will be set before the application is deployed, | ||
to let the new deployment use them. | ||
|
@@ -229,14 +229,18 @@ This action follows [SemVer](https://semver.org/). | |
To specify the version of the action to use: | ||
- `uses: 47ng/[email protected]`: latest stable version | ||
- `uses: 47ng/actions-clever-cloud@3e5402496b8d6492401ebb3134acfeccc25c3fce`: pinned to a specific Git SHA-1 (check out the [releases](https://github.com/47ng/actions-clever-cloud/releases)) | ||
- `uses: docker://47ng/actions-clever-cloud:latest`: latest code from master (not recommended, as it may break: hic sunt dracones.) | ||
- `uses: docker://ghcr.io/47ng/actions-clever-cloud:latest`: latest code from master (not recommended, as it may break: hic sunt dracones.) | ||
|
||
> Note: `uses: 47ng/actions-clever-cloud@master` will not use the latest code on the `master` branch, | ||
> **Note**: `uses: 47ng/actions-clever-cloud@master` will not use the latest code on the `master` branch, | ||
> because the action manifest is pinned on the latest relase for performance reasons (it saves | ||
> rebuilding the Docker image when consuming the action). | ||
> | ||
> If you wish to test unreleased features, go through Docker directly. | ||
|
||
> **Note**: as of 2023-03-24, Docker images have been moved from Docker Hub | ||
> (`47ng/actions-clever-cloud`) to GitHub Container Registry (`ghcr.io/47ng/actions-clever-cloud`), | ||
> in response to Docker's plan to delete open source organisations on free plans. | ||
|
||
## Why ? | ||
|
||
Clever Cloud lets you connect your GitHub repository so that any push is | ||
|
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