alexn707
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/deploy.yml
|
@ -10,7 +10,7 @@ jobs: |
|
|
deploy: |
|
|
deploy: |
|
|
name: Build & Deploy |
|
|
name: Build & Deploy |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
if: github.repository_owner == 'wg-easy' |
|
|
if: github.repository_owner == 'alexn707' |
|
|
permissions: |
|
|
permissions: |
|
|
packages: write |
|
|
packages: write |
|
|
contents: read |
|
|
contents: read |
|
@ -40,4 +40,4 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
push: true |
|
|
push: true |
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
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 }} |
|
|