Skip to content

Commit

Permalink
Login should always happen
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 13, 2024
1 parent 9f9725d commit c0c6bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twostep-container-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c0c6bc4

Please sign in to comment.