mirror of
https://github.com/gotson/komga.git
synced 2026-04-20 05:52:21 +02:00
ci: add dockerhub secrets for CI workflow
This commit is contained in:
parent
a0e73b56d7
commit
13aa43b202
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -57,4 +57,6 @@ jobs:
|
|||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
run: npx semantic-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue