update ci

This commit is contained in:
w0rng 2024-07-25 11:33:39 +07:00
parent 924b548320
commit 47e8e1406b
13 changed files with 5 additions and 361 deletions

View file

@ -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 }}