Browse Source
Update deploy-stable.yml
One further tag fix
pull/684/head^2
Peter Lewis
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/deploy-stable.yml
|
|
@ -37,4 +37,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: peterlewis/wg-easy:latest, pheiduck/wg-easy:${{ env.RELEASE }} |
|
|
tags: peterlewis/wg-easy:latest, peterlewis/wg-easy:${{ env.RELEASE }} |
|
|
|