Skip to content

Commit 64fab14

Browse files
committed
CI/Docker: fix docker image name used for testing
1 parent bb51294 commit 64fab14

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:${{ env.DOCKER_TAG }} ${{ matrix.environment }}
248+
./.github/scripts/docker/test-frontend-docker.sh ${{ env.REGISTRY_FRONTEND_IMAGE}:${{ env.DOCKER_TAG }} ${{ matrix.environment }}
249249
250250
# Test Docker image build-info
251251
test-docker-build-info:

0 commit comments

Comments
 (0)