Push both images at the end to prevent pushing base and jupyter fail
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 44s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 44s
This commit is contained in:
parent
d0e48b5891
commit
a6feecb782
@ -45,11 +45,6 @@ jobs:
|
||||
docker tag ${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:latest
|
||||
|
||||
- name: Push Base image
|
||||
run: |
|
||||
docker push ${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }}
|
||||
docker push ${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:latest
|
||||
|
||||
# --- 2. BUILD & TEST JUPYTER IMAGE ---
|
||||
- name: Build Jupyter image
|
||||
run: |
|
||||
@ -72,7 +67,9 @@ jobs:
|
||||
docker tag ${{ env.REGISTRY }}/${{ env.JUPYTER_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
${{ env.REGISTRY }}/${{ env.JUPYTER_IMAGE_NAME }}:latest
|
||||
|
||||
- name: Push Jupyter image
|
||||
- name: Push images
|
||||
run: |
|
||||
docker push ${{ env.REGISTRY }}/${{ env.JUPYTER_IMAGE_NAME }}:${{ github.ref_name }}
|
||||
docker push ${{ env.REGISTRY }}/${{ env.JUPYTER_IMAGE_NAME }}:latest
|
||||
docker push ${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }}
|
||||
docker push ${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user