Action for ARM - 4
This commit is contained in:
parent
0bbe694857
commit
e604711f58
1 changed files with 3 additions and 4 deletions
7
.github/workflows/arm-docker-publish.yml
vendored
7
.github/workflows/arm-docker-publish.yml
vendored
|
|
@ -60,7 +60,6 @@ jobs:
|
|||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/arm/v7
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ env.TAGS }}
|
||||
labels: ${{ steps.meta1.outputs.labels }}
|
||||
platforms: linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta1.outputs.tags }}
|
||||
Loading…
Reference in a new issue