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

Commit

Permalink
fix(ci, dockerfile): update container labels
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Aug 25, 2021
1 parent 6c5362b commit a9bc2b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ jobs:
--platform "linux/amd64,linux/arm64" \
--tag "spiralscout/roadrunner:latest" \
--tag "spiralscout/roadrunner:${{ steps.values.outputs.version }}" \
--tag "ghcr.io/spiral/roadrunner-binary:latest" \
--tag "ghcr.io/spiral/roadrunner-binary:${{ steps.values.outputs.version }}" \
--tag "ghcr.io/spiral/roadrunner:latest" \
--tag "ghcr.io/spiral/roadrunner:${{ steps.values.outputs.version }}" \
--build-arg "APP_VERSION=${{ steps.values.outputs.version }}" \
--build-arg "BUILD_TIME=${{ steps.values.outputs.timestamp }}" \
--file ./Dockerfile \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ARG BUILD_TIME="undefined"
LABEL \
org.opencontainers.image.title="roadrunner" \
org.opencontainers.image.description="High-performance PHP application server, load-balancer and process manager" \
org.opencontainers.image.url="https://github.com/spiral/roadrunner" \
org.opencontainers.image.source="https://github.com/spiral/roadrunner" \
org.opencontainers.image.url="https://github.com/spiral/roadrunner-binary" \
org.opencontainers.image.source="https://github.com/spiral/roadrunner-binary" \
org.opencontainers.image.vendor="SpiralScout" \
org.opencontainers.image.version="$APP_VERSION" \
org.opencontainers.image.created="$BUILD_TIME" \
Expand Down

0 comments on commit a9bc2b6

Please sign in to comment.