Skip to content

Commit

Permalink
Update docker-build.yml (#462)
Browse files Browse the repository at this point in the history
add ghcr.io docker package back to repo
  • Loading branch information
KingPin authored Jun 23, 2024
1 parent 7c1b32f commit 64a9978
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
tags: |
ghcr.io/${{ github.event.repository.name }}:latest
ghcr.io/${{ github.event.repository.name }}:${{ steps.version.outputs.VERSION }}
docker.io/spoked/riven:latest
docker.io/spoked/riven:${{ steps.version.outputs.VERSION }}

0 comments on commit 64a9978

Please sign in to comment.