From a936129ea5721ed3eaeb3880c95b45fe466654ca Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 12 May 2022 23:13:42 +0300 Subject: [PATCH] Fix --- .github/workflows/sub-tag-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub-tag-push-image.yml b/.github/workflows/sub-tag-push-image.yml index 8a6417c8..8da7b243 100644 --- a/.github/workflows/sub-tag-push-image.yml +++ b/.github/workflows/sub-tag-push-image.yml @@ -26,7 +26,7 @@ jobs: uses: ./.github/actions/create-dev-env - name: Download built image 📥 - uses: ./.github/actions/create-dev-env + uses: ./.github/actions/load-image with: image: ${{ inputs.image }} platform: ${{ inputs.platform }}