Emile Nijssen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.github/workflows/deploy.yml
|
|
@ -10,6 +10,8 @@ on: |
|
|
|
- staging/** |
|
|
|
- production |
|
|
|
- production/** |
|
|
|
schedule: |
|
|
|
- cron: "0 12 * * *" |
|
|
|
|
|
|
|
jobs: |
|
|
|
deploy: |
|
|
@ -44,4 +46,4 @@ jobs: |
|
|
|
with: |
|
|
|
push: true |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }} |
|
|
|
tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }} |
|
|
|