Skip to content

Commit ee909e0

Browse files
committed
fix indents, missing key, replace broken variable ref
1 parent 577ac69 commit ee909e0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/docker-build.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,19 @@ jobs:
3838

3939
- name: Create summary header
4040
run: |
41-
echo '## Test Results' >> $GITHUB_STEP_SUMMARY
41+
echo '## Test Results' | tee -a $GITHUB_STEP_SUMMARY
4242
4343
run_and_test:
44-
runs-on: ${{ matrix.os }}
45-
strategy:
46-
matrix:
47-
# TODO: Test OpenTofu
48-
terraform_version:
49-
- '1.10.4' # Latest
50-
- '1.5.6' # Popular
51-
- '1.3.9' # Popular
44+
runs-on: ubuntu-latest
45+
strategy:
46+
matrix:
47+
# TODO: Test OpenTofu
48+
terraform_version:
49+
- '1.10.4' # Latest
50+
- '1.5.6' # Popular
51+
- '1.3.9' # Popular
5252

53+
steps:
5354
- name: Download Docker Image
5455
uses: actions/download-artifact@v3
5556
with:

0 commit comments

Comments
 (0)