diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b947cf7..2b1f352 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,4 +45,4 @@ jobs: push: true build-args: SSH_KEY=${{ secrets.SSH_KEY_BASE64 }} platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 - tags: weejewel/pivpn-web:v${{ env.VERSION }}, weejewel/pivpn-web:${{ env.DOCKER_TAGS }} \ No newline at end of file + tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }} \ No newline at end of file diff --git a/package.json b/package.json index 95e0296..74d2419 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "tags": "latest" }, "staging": { - "beta" + "tags": "beta" } } } \ No newline at end of file