dandevaud
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/docker-image-dev.yml
|
@ -41,7 +41,7 @@ jobs: |
|
|
context: . |
|
|
context: . |
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64 |
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64 |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
tags: beta |
|
|
tags: dandevaud/ghostfolio:beta |
|
|
labels: ${{ steps.meta.output.labels }} |
|
|
labels: ${{ steps.meta.output.labels }} |
|
|
cache-from: type=gha |
|
|
cache-from: type=gha |
|
|
cache-to: type=gha,mode=max |
|
|
cache-to: type=gha,mode=max |
|
|