|
|
@ -74,7 +74,7 @@ jobs: |
|
|
|
context: . |
|
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64 |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
tags: latest |
|
|
|
tags: latest, ${{ steps.get_version.outputs.VERSION }} |
|
|
|
labels: ${{ steps.metadata.outputs.labels }} |
|
|
|
build-args: TP_RELEASE=${{ steps.get_version.outputs.VERSION }},BUILD_DATE=${{ steps.date_time.outputs.NOW }} |
|
|
|
|
|
|
@ -105,7 +105,7 @@ jobs: |
|
|
|
uses: docker/build-push-action@v2 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64 |
|
|
|
platforms: amd64,arm32v7,arm64v8 |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
tags: ${{ steps.metadata.outputs.tags }} |
|
|
|
labels: ${{ steps.metadata.outputs.labels }} |
|
|
|