pass slim iamge as env var

This commit is contained in:
Georges-Antoine Assi
2024-12-29 10:06:07 -05:00
parent 78715334fc
commit 3841ce669b
19 changed files with 124 additions and 66 deletions

View File

@@ -85,6 +85,9 @@ jobs:
platforms: linux/arm64,linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
RUN_EMULATOR_SETUP=true
SLIM_IMAGE=false
- name: Build slim image
id: build-slim
@@ -98,3 +101,4 @@ jobs:
labels: ${{ steps.meta-slim.outputs.labels }}
build-args: |
RUN_EMULATOR_SETUP=false
SLIM_IMAGE=true