Skip to content

Commit

Permalink
feat: add latest tag to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Apr 27, 2023
1 parent a40d2c7 commit dc6cc1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ jobs:
IMAGE_TAG: ${{ steps.vars.outputs.tag }}
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ See our complete documentation [here](https://docs.qovery.com) to get started wi
## Authentication

You can use `qovery auth` to authenticate with the CLI or use `Q_CLI_ACCESS_TOKEN` (or `QOVERY_CLI_ACCESS_TOKEN`) environment variable to set your API token.

## Versions

You can install the latest version of the CLI:
* On Mac: with brew `brew install qovery-cli`
* On ArchLinux: with `yay qovery-cli`
* On Windows: with scoop `scoop install qovery-cli`
* On Docker: at the address `public.ecr.aws/r3m4q3r9/qovery-cli`
* From binary: https://github.com/Qovery/qovery-cli/releases

0 comments on commit dc6cc1f

Please sign in to comment.