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 69d7939 commit d6b5d41Copy full SHA for d6b5d41
.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