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 5c59626 commit 99ea6daCopy full SHA for 99ea6da
.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