Skip to content

Commit bb51294

Browse files
authored
Merge pull request #1595 from o1-labs/dw/second-fix
CI/docker: fix the image selection when testing env
2 parents 1540b5b + a1dbaef commit bb51294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
docker pull ${{ env.REGISTRY_FRONTEND_IMAGE }}:${{ env.DOCKER_TAG }}
246246
247247
# Run the test script
248-
./.github/scripts/docker/test-frontend-docker.sh test-frontend:${{ matrix.environment }} ${{ matrix.environment }}
248+
./.github/scripts/docker/test-frontend-docker.sh test-frontend:${{ env.DOCKER_TAG }} ${{ matrix.environment }}
249249
250250
# Test Docker image build-info
251251
test-docker-build-info:

0 commit comments

Comments
 (0)