mini refactor

This commit is contained in:
Georges-Antoine Assi
2024-12-29 13:52:27 -05:00
parent c8fb6bc8d8
commit 766c8a1b73
2 changed files with 3 additions and 6 deletions

View File

@@ -86,7 +86,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
RUN_EMULATOR_SETUP=true
SLIM_IMAGE=false
- name: Build slim image
@@ -100,5 +99,4 @@ jobs:
tags: ${{ steps.meta-slim.outputs.tags }}
labels: ${{ steps.meta-slim.outputs.labels }}
build-args: |
RUN_EMULATOR_SETUP=false
SLIM_IMAGE=true