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 545a2dd commit 5e58b83Copy full SHA for 5e58b83
.github/workflows/dockerimage.yml
@@ -48,5 +48,5 @@ jobs:
48
steps:
49
- uses: actions/checkout@v1
50
- run: |
51
- echo $VERSION $ARGS #docker build --pull --cache-from darkmattercoder/qt-build:builder-$VERSION $ARGS --target=builder -t darkmattercoder/qt-build:builder-$VERSION .
+ docker build --pull --cache-from darkmattercoder/qt-build:builder-$VERSION $ARGS --target=builder -t darkmattercoder/qt-build:builder-$VERSION .
52
env: ${{ matrix.env }}
0 commit comments