mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-02 14:53:19 +00:00
[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:
11
.github/workflows/CI.yml
vendored
11
.github/workflows/CI.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user