From 08522de9f27a25e3b2c8fddae52b43f5673a2315 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Mon, 25 Mar 2024 12:30:58 +0100 Subject: [PATCH] Update --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 00e7343..aefd070 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -84,13 +84,14 @@ jobs: ORIGIN=$(normalize ${{ github.event.inputs.origin }} julia) SOURCE_IMAGE_TAG=$(normalize ${{ github.event.inputs.source_image_tag }} 1.10-bookworm) DESTINATION_IMAGE_NAME=$(normalize ${{ github.event.inputs.destination_image_name }} julia-vscode) + TAG=$(normalize ${{ github.event.inputs.tag }} 1.10-bookworm) # TODO uncomment once this is merged to main. # ORIGIN=$(normalize ${{ github.event.inputs.origin }} ${{ github.event.client_payload.origin }}) # SOURCE_IMAGE_TAG=$(normalize ${{ github.event.inputs.source_image_tag }} ${{ github.event.client_payload.source_image_tag }}) # DESTINATION_IMAGE_NAME=$(normalize ${{ github.event.inputs.destination_image_name }} ${{ github.event.client_payload.destination_image_name }}) + # TAG=$(normalize ${{ github.event.inputs.tag }} ${{ github.event.client_payload.tag }}) - TAG=$(normalize ${{ github.event.inputs.tag }} ${{ github.event.client_payload.tag }}) TAG_LATEST=$(normalize ${{ github.event.inputs.tag_latest }} ${{ github.event.client_payload.tag_latest }}) RELEASE_TAG=$(normalize ${{ github.event.inputs.release_tag }} ${{ github.event.client_payload.release_tag }})