mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-18 00:19:22 +08:00
Update deploy.yml
This commit is contained in:
parent
a13e51ed26
commit
6d12c4f09e
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user