Skip to content

Commit 1183bc4

Browse files
committed
Build and push image
Signed-off-by: Patrick Knight <pknight@redhat.com>
1 parent 7e3f16b commit 1183bc4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-image.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
pull_request:
1313
branches:
1414
- main
15+
- phase-3-improvements
1516

1617
env:
1718
REGISTRY: ghcr.io
@@ -33,7 +34,7 @@ jobs:
3334

3435
- name: Log in to Container Registry
3536
# Only login when pushing (not on PRs)
36-
if: github.event_name != 'pull_request'
37+
# if: github.event_name != 'pull_request'
3738
uses: docker/login-action@v3
3839
with:
3940
registry: ${{ env.REGISTRY }}
@@ -61,7 +62,7 @@ jobs:
6162
with:
6263
context: .
6364
# Only push on main branch or tags, NOT on PRs
64-
push: ${{ github.event_name != 'pull_request' }}
65+
# push: ${{ github.event_name != 'pull_request' }}
6566
# push: true
6667
tags: ${{ steps.meta.outputs.tags }}
6768
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)