Skip to content

Commit

Permalink
Containerfile transition test update
Browse files Browse the repository at this point in the history
  • Loading branch information
krateng committed Apr 10, 2022
1 parent 42cde8b commit e152a2e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: Containerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Then install all the requirements and build the package:

### Docker

Pull the [latest image](https://hub.docker.com/r/krateng/maloja) or check out the repository and use the included Dockerfile.
Pull the [latest image](https://hub.docker.com/r/krateng/maloja) or check out the repository and use the included Containerfile.

Of note are these settings which should be passed as environmental variables to the container:

Expand Down
2 changes: 1 addition & 1 deletion maloja/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# you know what f*ck it
# this is hardcoded for now because of that damn project / package name discrepancy
# i'll fix it one day
VERSION = "2.14.7"
VERSION = "2.14.10"
HOMEPAGE = "https://github.com/krateng/maloja"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "malojaserver"
version = "2.14.9"
version = "2.14.10"
description = "Self-hosted music scrobble database"
readme = "./README.md"
requires-python = ">=3.6"
Expand Down

0 comments on commit e152a2e

Please sign in to comment.