Normalize whitespaces in yml files

This commit is contained in:
Andrej730
2026-08-27 16:27:26 +05:00
parent 028497d4c0
commit 5903c3c895
9 changed files with 44 additions and 43 deletions
+11 -11
View File
@@ -1,6 +1,6 @@
name: ci-ifcopenshell-docker
on:
on:
workflow_dispatch:
push:
tags:
@@ -37,7 +37,7 @@ jobs:
name: ccache
uses: hendrikmuhs/ccache-action@v1.2.23
-
-
name: Build ifcopenshell
run: |
mkdir build && cd build
@@ -66,12 +66,12 @@ jobs:
../cmake
make -j $(nproc)
make install
-
-
name: Package
run: |
make package
working-directory: build
- name: Upload
- name: Upload
uses: actions/upload-artifact@v7
with:
# Artifact name
@@ -88,8 +88,8 @@ jobs:
- uses: actions/checkout@v7
with:
lfs: true
- name: Download
- name: Download
uses: actions/download-artifact@v8.0.1
with:
# Artifact name
@@ -100,17 +100,17 @@ jobs:
uses: docker/setup-qemu-action@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
-
uses: docker/setup-buildx-action@v4
-
name: Login to Dockerhub
uses: docker/login-action@v4
uses: docker/login-action@v4
with:
username: aecgeeks
password: ${{ secrets.DOCKER_HUB_TOKEN }}
-
-
name: Build container image
uses: docker/build-push-action@v7
with:
with:
context: artifacts
repository: aecgeeks/ifcopenshell
# Since the dispatch is set to `tag`, `github.ref_name` should evaluate to the pushed tag