From c0c6bc469a40dde9447151cf4136d24ceb5f8b18 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Wed, 13 Nov 2024 11:00:41 -0700 Subject: [PATCH] Login should always happen --- twostep-container-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twostep-container-build/action.yml b/twostep-container-build/action.yml index bdd91d5..e625afe 100644 --- a/twostep-container-build/action.yml +++ b/twostep-container-build/action.yml @@ -103,7 +103,7 @@ runs: ${{ inputs.container-file-1 }} - name: Login to the Container Registry - if: steps.cache.outputs.cache-hit != 'true' && inputs.registry != '' + if: inputs.registry != '' uses: docker/login-action@v3 with: registry: ${{ inputs.registry }}