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 37fcf6c commit 422622aCopy full SHA for 422622a
2 files changed
.github/workflows/dockerimage.yml
.github/workflows/master.yml
@@ -0,0 +1,18 @@
1
+name: Master CI
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v2.0.0
14
+ - name: Build and Push Dockerfile
15
+ uses: matootie/github-docker@v2.0.0
16
+ with:
17
+ imageName: ${{ github.event.repository.name }}-master
18
+ accessToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments