simplified building

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-27 10:21:26 +01:00
parent 5a384d74c8
commit cb366c24fa
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .
platforms: linux/amd64,linux/arm/v7,linux/arm/v8 platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.semver.outputs.tags }} tags: ${{ steps.semver.outputs.tags }}
labels: ${{ steps.semver.outputs.labels }} labels: ${{ steps.semver.outputs.labels }}