Skip to content

Commit

Permalink
CI/CD minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsidky authored Apr 13, 2022
1 parent 68e63f2 commit 89586b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
context: .
push: true

tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.DOCKER_REPO }}:${{ env.VERSION }}
tags: polusai/${{ env.DOCKER_REPO }}:${{ env.VERSION }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
TWINE_REPOSITORY: testpypi
TWINE_REPOSITORY: pypi
2 changes: 1 addition & 1 deletion src/nyx/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define VERSIONH_INCLUDED

#define PROJECT_NAME "Nyxus"
#define PROJECT_VER "0.2.0"
#define PROJECT_VER "0.2.1"

#endif // VERSIONH_INCLUDED

0 comments on commit 89586b2

Please sign in to comment.