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

Commit

Permalink
fix(ci): correct image tags
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 efcb4e5 commit f00f46a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:
run: |
docker buildx build \
--platform "linux/amd64,linux/arm64" \
--tag "spiralscout/roadrunner:latest" \
--tag "spiralscout/roadrunner:${{ steps.values.outputs.version }}" \
--tag "spiral/roadrunner:latest" \
--tag "spiral/roadrunner:${{ steps.values.outputs.version }}" \
--tag "ghcr.io/spiral/roadrunner-binary:latest" \
--tag "ghcr.io/spira/roadrunner-binary:${{ steps.values.outputs.version }}" \
--tag "ghcr.io/spiral/roadrunner-binary:${{ steps.values.outputs.version }}" \
--build-arg "APP_VERSION=${{ steps.values.outputs.version }}" \
--build-arg "BUILD_TIME=${{ steps.values.outputs.timestamp }}" \
--file ./Dockerfile \
Expand Down

0 comments on commit f00f46a

Please sign in to comment.