Skip to content

Commit 24e6b87

Browse files
committed
fix(dnsmasq): push container on PR build for testing
1 parent c8a333a commit 24e6b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
context: "{{defaultContext}}:containers/dnsmasq"
113113
file: Dockerfile
114-
push: ${{ github.event_name != 'pull_request' }}
114+
push: true
115115
tags: ${{ steps.meta.outputs.tags }}
116116
labels: ${{ steps.meta.outputs.labels }}
117117

0 commit comments

Comments
 (0)