rename ARG run_tests to RUN_TESTS

This commit is contained in:
scito
2022-12-29 01:48:00 +01:00
parent aa0de699fe
commit 1dee86668a
4 changed files with 7 additions and 7 deletions

View File

@@ -58,6 +58,8 @@ jobs:
# build on feature branches, push only on master branch
# TODO push: ${{ github.ref == 'refs/heads/master' }}
push: true
build-args: |
RUN_TESTS=false
- name: "qr_reader: Build image and push to Docker Hub and GitHub Container Registry"
uses: docker/build-push-action@v2
@@ -72,8 +74,6 @@ jobs:
# build on feature branches, push only on master branch
# TODO push: ${{ github.ref == 'refs/heads/master' }}
push: true
build-args: |
run_tests=false
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}