Skip to content

Commit

Permalink
Change: always login into docker reg
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and y0urself committed Sep 15, 2023
1 parent bd6eabc commit 5faecf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container-build-push-generic/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ runs:
tags: ${{ inputs.image-tags }}

- name: Login to Docker Registry
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v2
with:
registry: ${{ inputs.registry }}
Expand Down

0 comments on commit 5faecf3

Please sign in to comment.