Browse Source

take 3

pull/356/head
GilbN 3 years ago
parent
commit
ed8863b21c
  1. 8
      .github/workflows/docker-build.yml

8
.github/workflows/docker-build.yml

@ -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 }}

Loading…
Cancel
Save