We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2749a commit 76012b3Copy full SHA for 76012b3
1 file changed
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
branches: [ master ]
6
7
jobs:
8
- Rebuild-everything:
+ build-readme-file:
9
runs-on: ubuntu-latest
10
steps:
11
# Checkout, install tools..
@@ -29,6 +29,14 @@ jobs:
29
commit_user_email: github-actions[bot]@users.noreply.github.com
30
commit_author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31
32
+ build-docker-image:
33
+ needs: build-readme-file
34
+ runs-on: ubuntu-latest
35
+ steps:
36
+ # Checkout, install tools..
37
+ - uses: actions/checkout@v2
38
+ with:
39
+ token: ${{ secrets.PAT }}
40
# Use docker to build current directory ./Dockfile
41
- name: Login to GitHub Container Registry
42
uses: docker/login-action@v1
0 commit comments