Browse Source

Update deploy.yml

pull/1690/head
alexn707 5 months ago
committed by GitHub
parent
commit
0f62e9ce00
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/deploy.yml

4
.github/workflows/deploy.yml

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

Loading…
Cancel
Save