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 81de6a7 commit 62b8bc0Copy full SHA for 62b8bc0
.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