Add base build name in jupyter step to build it
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 4m32s

This commit is contained in:
Adrien Bouvais 2026-08-15 16:55:47 +02:00
parent 82cf6bf7e6
commit 2782d6d43d

View File

@ -7,8 +7,8 @@ on:
env:
REGISTRY: registry.bouvais.lu
BASE_IMAGE_NAME: something/base
JUPYTER_IMAGE_NAME: something/jupyter
BASE_IMAGE_NAME: tenant/base
JUPYTER_IMAGE_NAME: tenant/jupyter
jobs:
build-and-push:
@ -64,5 +64,7 @@ jobs:
context: ./images/jupyter
file: ./images/jupyter/Dockerfile
push: true
build-args: |
BASE_IMAGE=${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ steps.meta-base.outputs.version }}
tags: ${{ steps.meta-jupyter.outputs.tags }}
labels: ${{ steps.meta-jupyter.outputs.labels }}