[ci] Add Docker All-In-One build (#352)

* [ci] Add Docker All-In-One build
* added changelog and version bump


Signed-off-by: Julian Strobl <jmastr@mailbox.org>
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
Co-authored-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Julian Strobl
2023-03-10 08:43:41 +01:00
committed by GitHub
parent 8942ebe4af
commit 26e0a21e39
4 changed files with 16 additions and 2 deletions

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