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.
2 parents 1540b5b + a1dbaef commit bb51294Copy full SHA for bb51294
.github/workflows/docker.yaml
@@ -245,7 +245,7 @@ jobs:
245
docker pull ${{ env.REGISTRY_FRONTEND_IMAGE }}:${{ env.DOCKER_TAG }}
246
247
# Run the test script
248
- ./.github/scripts/docker/test-frontend-docker.sh test-frontend:${{ matrix.environment }} ${{ matrix.environment }}
+ ./.github/scripts/docker/test-frontend-docker.sh test-frontend:${{ env.DOCKER_TAG }} ${{ matrix.environment }}
249
250
# Test Docker image build-info
251
test-docker-build-info:
0 commit comments