Skip to content

Commit

Permalink
Trying to fix docker deployment again
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Kleinekathoefer committed Nov 16, 2020
1 parent 2a0a1af commit ecb4f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: repo-new.spongepowered.org
registry: repo-new.spongepowered.org/repository/sponge-docker
username: ${{ secrets.SPONGE_MAVEN_REPO_USER }}
password: ${{ secrets.SPONGE_MAVEN_REPO_PASSWORD }}
- name: Build and push
Expand Down
2 changes: 1 addition & 1 deletion src/theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 1)
VERSION = (0, 5, 2)
__version__ = '.'.join(str(v) for v in VERSION)


Expand Down

0 comments on commit ecb4f95

Please sign in to comment.