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