Skip to content

Commit 16f1281

Browse files
committed
Minor workflow fixes
1 parent 8042e9a commit 16f1281

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: 'build container images'
33

44
on:
5+
pull_request:
56
push:
67
branches:
78
- master
@@ -55,7 +56,7 @@ jobs:
5556
registry: quay.io
5657
username: ${{ secrets.QUAY_USERNAME }}
5758
password: ${{ secrets.QUAY_PASSWORD }}
58-
- name: Build PRs
59+
- name: Build
5960
if: github.event_name != 'pull_request'
6061
uses: docker/build-push-action@v4
6162
with:
@@ -65,7 +66,7 @@ jobs:
6566
platforms: linux/amd64,linux/arm64,linux/arm
6667
push: true
6768
tags: ${{ steps.prep.outputs.tags }}
68-
- name: Build
69+
- name: Build PRs
6970
if: github.event_name == 'pull_request'
7071
uses: docker/build-push-action@v4
7172
with:

0 commit comments

Comments
 (0)