Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
ci(docker): latest tag publishing (#59)
Browse files Browse the repository at this point in the history
* ci(docker): latest tag publishing

* Changelog updated

* Update README.md

* Update README.md

* Update CHANGELOG.md

* Update README.md
  • Loading branch information
tarampampam authored May 14, 2021
1 parent 860e093 commit 3b68a09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
run: |
docker buildx build \
--platform "linux/amd64,linux/arm64" \
--tag "spiralscout/roadrunner:latest" \
--tag "spiralscout/roadrunner:${{ steps.values.outputs.version }}" \
--build-arg "APP_VERSION=${{ steps.values.outputs.version }}" \
--build-arg "BUILD_TIME=${{ steps.values.outputs.timestamp }}" \
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ UNRELEASED
## 👀 New:

- ✏️ Json-schemas for the config file v2.0 (it also registered in [schemastore.org](https://github.com/SchemaStore/schemastore/pull/1614))
- ✏️ `latest` docker image tag is supported now (but we strongly recommend to use a versioned tag (like `1.2.3`) instead)

v2.2.1 (13.05.2021)
-------------------
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be us
with much greater performance and flexibility.

<p align="center">
<a href="https://roadrunner.dev/"><b>Official Website</b></a> |
<a href="https://roadrunner.dev/"><b>Official Website</b></a> |
<a href="https://roadrunner.dev/docs"><b>Documentation</b></a> |
<a href="https://github.com/orgs/spiral/projects/2"><b>Release schedule</b></a>
</p>
Expand Down Expand Up @@ -62,7 +62,9 @@ $ ./vendor/bin/rr get-binary
```

> For getting roadrunner binary file you can use our docker image: `spiralscout/roadrunner:X.X.X` (more information about
> image and tags can be found [here](https://hub.docker.com/r/spiralscout/roadrunner/))
> image and tags can be found [here](https://hub.docker.com/r/spiralscout/roadrunner/)).
>
> Important notice: we strongly recommend to use a versioned tag (like `1.2.3`) instead `latest`.
Configuration can be located in `.rr.yaml`
file ([full sample](https://github.com/spiral/roadrunner/blob/master/.rr.yaml)):
Expand Down

0 comments on commit 3b68a09

Please sign in to comment.