Skip to content

Commit 8075ef7

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

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)