Skip to content

Commit

Permalink
Revert docker changes. Something is wrong with the registry instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Kleinekathoefer committed Nov 17, 2020
1 parent ecb4f95 commit e74211e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .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/repository/sponge-docker/sponge-docs-theme
images: repo-new.spongepowered.org/sponge-docs-theme
tag-match: \d{1,3}.\d{1,3}.\d{1,3}
tag-match-group: 0
- name: Set up QEMU
Expand All @@ -115,9 +115,12 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: repo-new.spongepowered.org/repository/sponge-docker
registry: repo-new.spongepowered.org
username: ${{ secrets.SPONGE_MAVEN_REPO_USER }}
password: ${{ secrets.SPONGE_MAVEN_REPO_PASSWORD }}
- name: Docker User Agent
run: |
cat ~/.docker/config.json| grep "User-Agent"
- name: Build and push
uses: docker/build-push-action@v2
with:
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, 2)
VERSION = (0, 5, 3)
__version__ = '.'.join(str(v) for v in VERSION)


Expand Down

0 comments on commit e74211e

Please sign in to comment.