|
@ -40,11 +40,7 @@ jobs: |
|
|
uses: docker/build-push-action@v2 |
|
|
uses: docker/build-push-action@v2 |
|
|
with: |
|
|
with: |
|
|
context: . |
|
|
context: . |
|
|
platforms: linux/amd64,linux/arm64 |
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v7 |
|
|
push: true |
|
|
push: true |
|
|
tags: perara/wg-manager:dev |
|
|
tags: perara/wg-manager:dev |
|
|
if: github.ref == 'refs/heads/dev' |
|
|
if: github.ref == 'refs/heads/dev' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|