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
parent
commit
afb35f7036
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/docker-image.yml

2
.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}}

Loading…
Cancel
Save