👷 update ci
All checks were successful
Release / Run Unit Tests (push) Successful in 5s
Run Unit Tests / run-unit-tests (push) Successful in 4s
Release / Build and Publish Docker Images (push) Successful in 1m27s
Release / Publish Gitea Release (push) Successful in 8s

This commit is contained in:
DrMaxNix 2024-08-25 15:08:02 +02:00
parent 597b0352cf
commit 30661d6c4d

View File

@ -77,11 +77,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}