Browse Source

Update Docker repository in workflow file

pull/6029/head
Joarley Santos 2 months ago
committed by GitHub
parent
commit
de93e6741a
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: ${{ vars.DOCKER_REPOSITORY || 'ghostfolio/ghostfolio' }}
images: ${{ vars.DOCKER_REPOSITORY || 'joarley/ghostfolio' }}
tags: |
type=semver,pattern={{major}}
type=semver,pattern={{version}}

Loading…
Cancel
Save