From 59d861c3fd127a20b92feaee51774e71a2c2e556 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Tue, 26 Mar 2024 12:29:43 +0100 Subject: [PATCH] Update --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4af96c4..a94309f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -86,7 +86,7 @@ jobs: # TODO Remove once the workflow appears on main. 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) + DESTINATION_IMAGE_NAME=$(normalize ${{ github.event.inputs.destination_image_name }} julia) TAG=$(normalize ${{ github.event.inputs.tag }} 1.10-bookworm) # TODO uncomment once this is merged to main.