Skip to content

Commit 62b8bc0

Browse files
trying the next build stage
1 parent 81de6a7 commit 62b8bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ jobs:
7676
- uses: actions/checkout@v1
7777
- run: |
7878
docker build --pull --cache-from darkmattercoder/qt-build:base-$VERSION $ARGS --target=base -t darkmattercoder/qt-build:base-$VERSION .
79+
docker build --pull --cache-from darkmattercoder/qt-build:builder-$VERSION $ARGS --target=builder -t darkmattercoder/qt-build:builder-$VERSION .
7980
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)