Skip to content

Commit c6da041

Browse files
xrmxv1v
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Victor Martinez <[email protected]>
1 parent 1635d99 commit c6da041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
5959
if: ${{ env.USE_ELASTIC_REGISTRY == 'true' }}
6060
- run: docker build -f operator/Dockerfile --build-arg DISTRO_DIR=./dist .
61-
if: ${{ env.USE_ELASTIC_REGISTRY }}
61+
if: ${{ env.USE_ELASTIC_REGISTRY == 'true' }}
6262
- 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 .
6363
if: ${{ ! env.USE_ELASTIC_REGISTRY }}
6464

0 commit comments

Comments
 (0)