Skip to content

Commit

Permalink
fix: fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Mar 24, 2024
1 parent acb8fa6 commit 00c9169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ secrets.DOCKERHUB_ORG }}/stonk.ninja-tick-workers
${{ secrets.DOCKERHUB_ORG }}/stonk.ninja-client
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}},value=${{ steps.release-manifest.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ secrets.DOCKERHUB_ORG }}/stonk.ninja-tick-workers
${{ secrets.DOCKERHUB_ORG }}/stonk.ninja-server
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}},value=${{ steps.release-manifest.outputs.version }}
Expand Down

0 comments on commit 00c9169

Please sign in to comment.