Update deploy.yml

change ci/cd author
This commit is contained in:
max88art 2025-03-31 12:57:49 +07:00 committed by GitHub
parent 1391267437
commit 9cdb51c4fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ jobs:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
if: github.repository_owner == 'w0rng'
if: github.repository_owner == 'max88art'
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/w0rng/amnezia-wg-easy:latest, ghcr.io/w0rng/amnezia-wg-easy:${{ env.RELEASE }}
tags: ghcr.io/max88art/amnezia-wg-easy:latest, ghcr.io/max88art/amnezia-wg-easy:${{ env.RELEASE }}