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

Commit

Permalink
fix(packages): correct ghcr tag in the GA
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 368cdc9 commit efcb4e5
Showing 1 changed file with 2 additions and 2 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/spiralscout/roadrunner:latest" \
--tag "ghcr.io/spiralscout/roadrunner:${{ steps.values.outputs.version }}" \
--tag "ghcr.io/spiral/roadrunner-binary:latest" \
--tag "ghcr.io/spira/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 efcb4e5

Please sign in to comment.