This commit is contained in:
MedzikUser 2021-10-03 14:13:32 +02:00
parent 7290ceaf73
commit 835b6b7e60
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
2 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: medzik/fdroid
images: medzik/fdroidserver
- name: Login to DockerHub
if: github.event_name != 'pull_request'

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Docker F-Droid Server
F-Droid Server which can be used in CI/CD to create a repository and publish it.
[⭐ Source Code](https://github.com/MedzikUser/docker-fdroid)