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 de2fd53 commit 919ca05Copy full SHA for 919ca05
.github/workflows/build.yaml
@@ -11,13 +11,13 @@ on:
11
12
jobs:
13
build:
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
15
name: Image Build
16
timeout-minutes: 45
17
steps:
18
- - uses: actions/checkout@v2
19
- - name: Set commit SHA
20
- run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
21
- - name: Build the stack
22
- run: docker-compose -f docker-compose.build.yml -env example.env build
+ - uses: actions/checkout@v2
+ - name: Set commit SHA
+ run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
+ - name: Build the stack
+ run: docker-compose -f docker-compose.build.yml -env example.env build
23
0 commit comments