From 969c867b26e7d395f9bc5ee8d6bc909a281953fb Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:11:35 +0000 Subject: [PATCH] Update sdk-utils.yaml --- .github/workflows/sdk-utils.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-utils.yaml b/.github/workflows/sdk-utils.yaml index a326812..0f84de4 100644 --- a/.github/workflows/sdk-utils.yaml +++ b/.github/workflows/sdk-utils.yaml @@ -64,7 +64,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache,new=true - name: Tag as latest if requested - if: ${{ inputs.publish_as_latest == 'true' }} + if: ${{ inputs.publish_as_latest }} run: | docker tag ghcr.io/start9labs/sdk/utils:${{ github.sha }} ghcr.io/start9labs/sdk/utils:latest docker push ghcr.io/start9labs/sdk/utils:latest