Bernd Storath
11 months ago
No known key found for this signature in database
GPG Key ID: D6C85685A555540F
4 changed files with
4 additions and
4 deletions
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-nightly.yml
-
.github/workflows/deploy-pr.yml
-
.github/workflows/deploy.yml
|
|
@ -37,4 +37,4 @@ jobs: |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
tags: ghcr.io/wg-easy/wg-easy:development |
|
|
|
cache-from: type=gha |
|
|
|
cache-to: type=gha,mode=max` |
|
|
|
cache-to: type=gha,mode=min |
|
|
|
|
|
@ -39,4 +39,4 @@ jobs: |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
tags: ghcr.io/wg-easy/wg-easy:nightly |
|
|
|
cache-from: type=gha |
|
|
|
cache-to: type=gha,mode=max` |
|
|
|
cache-to: type=gha,mode=min |
|
|
|
|
|
@ -38,4 +38,4 @@ jobs: |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
tags: ghcr.io/wg-easy/wg-easy:pr |
|
|
|
cache-from: type=gha |
|
|
|
cache-to: type=gha,mode=max` |
|
|
|
cache-to: type=gha,mode=min |
|
|
|
|
|
@ -54,4 +54,4 @@ jobs: |
|
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
|
labels: ${{ steps.meta.outputs.labels }} |
|
|
|
cache-from: type=gha |
|
|
|
cache-to: type=gha,mode=max` |
|
|
|
cache-to: type=gha,mode=min |
|
|
|