Skip to content

Commit

Permalink
personal dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Nov 6, 2023
1 parent aea43d5 commit 85200df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64/v8
push: true
tags: razornetwork/razor-go:${{ steps.extract_tag.outputs.tag_name }}
tags: yashk767/razor-go:${{ steps.extract_tag.outputs.tag_name }}

2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64/v8
push: true
tags: razornetwork/razor-go:${{ steps.sha.outputs.short }}
tags: yashk767/razor-go:${{ steps.sha.outputs.short }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64/v8
push: true
tags: razornetwork/razor-go:${{ steps.sha.outputs.short }}
tags: yashk767/razor-go:${{ steps.sha.outputs.short }}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
razor-go:
#platform: linux/x86_64 #Uncomment for silicon based MAC
container_name: razor-go
image: razornetwork/razor-go
image: yashk767/razor-go
build: .
tty: true
volumes:
Expand Down

0 comments on commit 85200df

Please sign in to comment.