Skip to content

Commit 086d946

Browse files
Fix indentation in Docker Image CI workflow (#607)
1 parent c501686 commit 086d946

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
109
build:
1110

1211
runs-on: ubuntu-latest
1312
name: Build image
14-
steps:
13+
14+
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
- name: Set TAG environment variable

0 commit comments

Comments
 (0)