This commit is contained in:
Emile Nijssen 2021-05-23 12:43:52 +02:00
parent f171e25908
commit f262a161f7
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ jobs:
push: true push: true
build-args: SSH_KEY=${{ secrets.SSH_KEY_BASE64 }} build-args: SSH_KEY=${{ secrets.SSH_KEY_BASE64 }}
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: weejewel/pivpn-web:v${{ env.VERSION }}, weejewel/pivpn-web:${{ env.DOCKER_TAGS }} tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }}

View File

@ -8,7 +8,7 @@
"tags": "latest" "tags": "latest"
}, },
"staging": { "staging": {
"beta" "tags": "beta"
} }
} }
} }