Update deploy.yml

This commit is contained in:
Emile Nijssen 2021-05-27 10:00:54 +02:00 committed by GitHub
parent a13e51ed26
commit 6d12c4f09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ on:
- staging/** - staging/**
- production - production
- production/** - production/**
schedule:
- cron: "0 12 * * *"
jobs: jobs:
deploy: deploy:
@ -44,4 +46,4 @@ jobs:
with: with:
push: true push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 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 }}