Skip to content

Commit

Permalink
Fix: Made repository name in ci code lowercase.
Browse files Browse the repository at this point in the history
  • Loading branch information
omidazadi committed Feb 3, 2024
1 parent 3435e38 commit 2cc1a9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
push: true
target: leader
tags: kysre/TurtleMQ:leader-latest
tags: kysre/turtlemq:leader-latest

data-node:
runs-on: ubuntu-latest
Expand All @@ -50,4 +50,4 @@ jobs:
with:
push: true
target: data-node
tags: kysre/TurtleMQ:datanode-latest
tags: kysre/turtlemq:datanode-latest
4 changes: 2 additions & 2 deletions .github/workflows/dev.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
push: true
target: leader
tags: kysre/TurtleMQ:leader-${{ steps.extract_branch.outputs.branch }}
tags: kysre/turtlemq:leader-${{ steps.extract_branch.outputs.branch }}

data-node:
runs-on: ubuntu-latest
Expand All @@ -51,4 +51,4 @@ jobs:
with:
push: true
target: data-node
tags: kysre/TurtleMQ:datanode-${{ steps.extract_branch.outputs.branch }}
tags: kysre/turtlemq:datanode-${{ steps.extract_branch.outputs.branch }}

0 comments on commit 2cc1a9a

Please sign in to comment.