Browse Source
Update Docker image tags in workflow
pull/6029/head
Joarley Santos
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
.github/workflows/docker-image.yml
|
|
|
@ -46,7 +46,9 @@ jobs: |
|
|
|
context: . |
|
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64 |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
tags: dev |
|
|
|
tags: | |
|
|
|
ghcr.io/${{ github.repository_owner }}/ghostfolio:latest |
|
|
|
ghcr.io/${{ github.repository_owner }}/ghostfolio:${{ github.ref_name }} |
|
|
|
labels: ${{ steps.meta.output.labels }} |
|
|
|
cache-from: type=gha |
|
|
|
cache-to: type=gha,mode=max |
|
|
|
|