Skip to content

Commit cc845f9

Browse files
actionstowork
1 parent 73fc1ab commit cc845f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on: [push]
55
jobs:
66

77
build:
8-
8+
99
runs-on: ubuntu-latest
10-
10+
1111
steps:
1212
- uses: actions/checkout@v1
13-
- name: Build the Docker image
1413
- run: docker build --pull --cache-from darkmattercoder/qt-build:builder-5.12.4 --build-arg QT_VERSION_MAJOR=5 --build-arg QT_VERSION_MINOR=12 --build-arg QT_VERSION_PATCH=4 --build-arg QT_DOWNLOAD_BRANCH=official_releases --build-arg QT_TARBALL_NAMING_SCHEME=everywhere --build-arg CI_BUILD=2 --build-arg CORE_COUNT=2 --target=builder -t darkmattercoder/qt-build:builder-5.12.4 .

0 commit comments

Comments
 (0)