Browse Source
Feature/expose docker repository in GitHub workflow (#4716)
* Expose docker repository in GitHub workflow
pull/4753/head
Anatoly Popov
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/docker-image.yml
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
id: meta |
|
|
|
uses: docker/metadata-action@v4 |
|
|
|
with: |
|
|
|
images: ghostfolio/ghostfolio |
|
|
|
images: ${{ vars.DOCKER_REPOSITORY || 'ghostfolio/ghostfolio' }} |
|
|
|
tags: | |
|
|
|
type=semver,pattern={{major}} |
|
|
|
type=semver,pattern={{version}} |
|
|
|