Skip to content

Commit

Permalink
Update docker-build.yml (#463)
Browse files Browse the repository at this point in the history
Hard-code repo name since GitHub isn't expanding the env variable properly
  • Loading branch information
KingPin authored Jun 23, 2024
1 parent 64a9978 commit 2e33f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
ghcr.io/${{ github.event.repository.name }}:latest
ghcr.io/${{ github.event.repository.name }}:${{ steps.version.outputs.VERSION }}
ghcr.io/rivenmedia/riven:latest
ghcr.io/rivenmedia/riven:${{ steps.version.outputs.VERSION }}
docker.io/spoked/riven:latest
docker.io/spoked/riven:${{ steps.version.outputs.VERSION }}

0 comments on commit 2e33f46

Please sign in to comment.