Skip to content

Commit

Permalink
Trying to fix docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Kleinekathoefer committed Nov 16, 2020
1 parent 666f5f9 commit 2a0a1af
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 @@ -105,7 +105,7 @@ jobs:
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
with:
images: repo-new.spongepowered.org/sponge-docs-theme
images: repo-new.spongepowered.org/repository/sponge-docker/sponge-docs-theme
tag-match: \d{1,3}.\d{1,3}.\d{1,3}
tag-match-group: 0
- name: Set up QEMU
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, 0)
VERSION = (0, 5, 1)
__version__ = '.'.join(str(v) for v in VERSION)


Expand Down

0 comments on commit 2a0a1af

Please sign in to comment.