Browse Source

Update docker-image-dev.yml

pull/5027/head
dandevaud 2 years ago
committed by GitHub
parent
commit
f7bc4af609
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-image-dev.yml

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

Loading…
Cancel
Save