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
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 4m32s
This commit is contained in:
parent
82cf6bf7e6
commit
2782d6d43d
@ -7,8 +7,8 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: registry.bouvais.lu
|
REGISTRY: registry.bouvais.lu
|
||||||
BASE_IMAGE_NAME: something/base
|
BASE_IMAGE_NAME: tenant/base
|
||||||
JUPYTER_IMAGE_NAME: something/jupyter
|
JUPYTER_IMAGE_NAME: tenant/jupyter
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@ -64,5 +64,7 @@ jobs:
|
|||||||
context: ./images/jupyter
|
context: ./images/jupyter
|
||||||
file: ./images/jupyter/Dockerfile
|
file: ./images/jupyter/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
build-args: |
|
||||||
|
BASE_IMAGE=${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ steps.meta-base.outputs.version }}
|
||||||
tags: ${{ steps.meta-jupyter.outputs.tags }}
|
tags: ${{ steps.meta-jupyter.outputs.tags }}
|
||||||
labels: ${{ steps.meta-jupyter.outputs.labels }}
|
labels: ${{ steps.meta-jupyter.outputs.labels }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user