Skip to content

Commit 075e953

Browse files
committed
chore(ci): Push base image on pushes
1 parent 0b2ec57 commit 075e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
file: Dockerfile.base
6767
load: true
68-
push: ${{ github.ref_name == 'main' }}
68+
push: ${{ github.event_name != 'pull_request' }}
6969
tags: |
7070
${{ steps.base.outputs.image }}
7171
${{ steps.base.outputs.name }}:latest

0 commit comments

Comments
 (0)