Browse Source

Update deploy-stable.yml

One further tag fix
pull/684/head^2
Peter Lewis 3 years ago
committed by GitHub
parent
commit
040d2f6a28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy-stable.yml

2
.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 }}

Loading…
Cancel
Save