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 1635d99 commit c6da041Copy full SHA for c6da041
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
59
if: ${{ env.USE_ELASTIC_REGISTRY == 'true' }}
60
- run: docker build -f operator/Dockerfile --build-arg DISTRO_DIR=./dist .
61
- if: ${{ env.USE_ELASTIC_REGISTRY }}
+ if: ${{ env.USE_ELASTIC_REGISTRY == 'true' }}
62
- run: docker build -f operator/Dockerfile --build-arg PYTHON_GLIBC_IMAGE=cgr.dev/chainguard/python --build-arg PYTHON_GLIBC_IMAGE_VERSION=latest-dev --build-arg DISTRO_DIR=./dist --build-arg IMAGE=cgr.dev/chainguard/bash --build-arg IMAGE_VERSION=latest .
63
if: ${{ ! env.USE_ELASTIC_REGISTRY }}
64
0 commit comments