Skip to content

Commit 1be8d14

Browse files
committed
Fix issue with rebase
Signed-off-by: Patrick Knight <pknight@redhat.com>
1 parent bd839de commit 1be8d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Log in to Container Registry
3535
# Only login when pushing (not on PRs)
36-
# if: github.event_name != 'pull_request'
36+
if: github.event_name != 'pull_request'
3737
uses: docker/login-action@v3
3838
with:
3939
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)