forked from mirrors/amnezia-wg-easy
update ci
This commit is contained in:
parent
924b548320
commit
47e8e1406b
13 changed files with 5 additions and 361 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -4,13 +4,13 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Build & Deploy
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'wg-easy'
|
||||
if: github.repository_owner == 'w0rng'
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
@ -40,4 +40,4 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||
tags: ghcr.io/wg-easy/wg-easy:latest, ghcr.io/wg-easy/wg-easy:${{ env.RELEASE }}
|
||||
tags: ghcr.io/w0rng/amnezia-wg-easy:latest, ghcr.io/w0rng/amnezia-wg-easy:${{ env.RELEASE }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue