We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b6b27 commit 011e7f1Copy full SHA for 011e7f1
.github/workflows/docker-build-pr.yml
@@ -0,0 +1,15 @@
1
+name: Docker Build and Push
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ call-docker-build-push:
10
+ uses: submitty/action-docker-build/.github/workflows/[email protected]
11
+ with:
12
+ push: false
13
+ docker_org_name: submittyrpi
14
+ base_commit: ${{ github.event.pull_request.base.sha }}
15
+ head_commit: ${{ github.event.pull_request.head.sha }}
0 commit comments