Skip to content

Commit

Permalink
fix docker repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 authored Feb 8, 2023
1 parent b207384 commit 11003f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
context: .
push: true
tags: lamer1/kaspa-rest-wallet:${{github.ref_name}}, lamer1/kaspa-rest-wallet:latest
tags: lamer1/kaspa-rest-server:${{github.ref_name}}, lamer1/kaspa-rest-server:latest
file: ./docker/Dockerfile
build-args: |
version=${{github.ref_name}}

0 comments on commit 11003f2

Please sign in to comment.