mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
[ci] Add Docker All-In-One build
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
8942ebe4af
commit
dadbdbc9da
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user