We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2eda2 commit e47bafdCopy full SHA for e47bafd
1 file changed
.github/workflows/build.yml
@@ -0,0 +1,10 @@
1
+on: push
2
+name: Build image
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@master
8
+ - name: Build
9
+ run: |
10
+ docker build .
0 commit comments