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