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