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 1e30e1a commit a3ada8dCopy full SHA for a3ada8d
1 file changed
.github/workflows/main.yml
@@ -100,7 +100,7 @@ jobs:
100
run: |
101
touch .env
102
echo "FRONTEND_VERSION=$(
103
- docker compose config --format json | jq -er .services.nginx.build.args.FRONTEND_VERSION
+ docker compose config --format json | jq -er .services.nginx.build.args.FRONTEND_VERSION_DELIBERATELY_INCORRECT
104
)" >> "$GITHUB_ENV"
105
106
- run: FRONTEND_BUILD_MODE=fetch ./test/test-images.sh
0 commit comments