1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 07:59:37 +02:00
This commit is contained in:
GilbN 2022-04-02 19:48:41 +02:00
parent 12be2dd795
commit ed8863b21c

View File

@ -77,7 +77,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: ./Dockerfile.${{ matrix.architecture }}
platforms: ${{ matrix.architecture }
platforms: ${{ matrix.architecture }}
push: ${{ github.event_name != 'pull_request' }}
tags: latest, ${{ steps.prep.outputs.VERSION }}
labels: ${{ steps.metadata.outputs.labels }}
@ -88,7 +88,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: ./Dockerfile.${{ matrix.architecture }}
platforms: ${{ matrix.architecture }
platforms: ${{ matrix.architecture }}
push: ${{ github.event_name != 'pull_request' }}
tags: latest, ${{ github.event.inputs.tag }}
labels: ${{ steps.metadata.outputs.labels }}
@ -99,7 +99,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: ./Dockerfile.${{ matrix.architecture }}
platforms: ${{ matrix.architecture }
platforms: ${{ matrix.architecture }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
@ -110,7 +110,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: ./Dockerfile.${{ matrix.architecture }}
platforms: ${{ matrix.architecture }
platforms: ${{ matrix.architecture }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}