We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3efb3b commit 9acfdb2Copy full SHA for 9acfdb2
.github/workflows/dockerimage.yml
@@ -76,4 +76,5 @@ jobs:
76
- uses: actions/checkout@v1
77
- run: |
78
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 .
80
env: ${{ matrix.env }}
0 commit comments