0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-11 12:24:27 +00:00

update docker workflow

This commit is contained in:
vx3r
2021-04-11 12:44:41 +02:00
parent ba062ba97b
commit 43803dc290
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
labels: |