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 d142e53 commit 1635d99Copy full SHA for 1635d99
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
57
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
58
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
59
- if: ${{ env.USE_ELASTIC_REGISTRY }}
+ if: ${{ env.USE_ELASTIC_REGISTRY == 'true' }}
60
- run: docker build -f operator/Dockerfile --build-arg DISTRO_DIR=./dist .
61
if: ${{ env.USE_ELASTIC_REGISTRY }}
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 .
0 commit comments