Skip to content

Commit 919ca05

Browse files
committed
Update build.yaml
1 parent de2fd53 commit 919ca05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-latest
1515
name: Image Build
1616
timeout-minutes: 45
1717
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
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
2323

0 commit comments

Comments
 (0)