Skip to content

Commit bfb05ec

Browse files
committed
chore: fix workflow file.
1 parent 73e6fbf commit bfb05ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-simd-image-from-tag.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
ref: "${{ env.GIT_TAG }}"
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v5
29-
with:
29+
with:
3030
python-version: '3.10'
3131
- name: Install dependencies
32-
run: make python-install-deps
33-
- name: Log in to the Container registry
34-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
35-
with:
32+
run: make python-install-deps
33+
- name: Log in to the Container registry
34+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
35+
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
39-
- name: Build image
40-
run: |
39+
- name: Build image
40+
run: |
4141
version="$(scripts/get-libwasm-version.py --get-version)"
4242
checksum="$(scripts/get-libwasm-version.py --get-checksum)"
4343

0 commit comments

Comments
 (0)