Feature/expose docker repository in GitHub workflow (#4716)

* Expose docker repository in GitHub workflow
pull/4753/head
Anatoly Popov 12 months ago committed by GitHub
parent 13b544c67d
commit afb35f7036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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}}

Loading…
Cancel
Save