[ci] Add Docker All-In-One build

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
Julian Strobl 2023-03-09 13:56:50 +01:00
parent 8942ebe4af
commit dadbdbc9da
No known key found for this signature in database
GPG Key ID: E0A8F9AD733499A7

View File

@ -171,3 +171,14 @@ jobs:
labels: ${{ steps.semver.outputs.labels }}
env:
CRYPTOGRAPHY_DONT_BUILD_RUST: 1
- name: Build and push AIO
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile-all-in-one
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.semver.outputs.tags }}-aio
labels: ${{ steps.semver.outputs.labels }}-aio
env:
CRYPTOGRAPHY_DONT_BUILD_RUST: 1