Skip to content

Commit 9c69f87

Browse files
committed
fix: enable PR image push for test workflow
Push PR images to registry so the upgrade test step can pull them
1 parent db2780a commit 9c69f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
context: .
5757
platforms: linux/amd64,linux/arm64
58-
push: ${{ github.event_name != 'pull_request' }}
58+
push: true
5959
tags: ${{ steps.meta.outputs.tags }}
6060
labels: ${{ steps.meta.outputs.labels }}
6161
cache-from: |

0 commit comments

Comments
 (0)