We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559d5f3 commit 3323acfCopy full SHA for 3323acf
1 file changed
.github/workflows/build.yml
@@ -0,0 +1,12 @@
1
+name: Build
2
+on: [push, pull_request]
3
+jobs:
4
+ build:
5
+ name: Build
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v2
9
+ - name: Build
10
+ uses: docker/build-push-action@v1
11
+ with:
12
+ push: false
0 commit comments