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 3234e52 commit d4db1f2Copy full SHA for d4db1f2
1 file changed
.github/workflows/build.yaml
@@ -97,7 +97,6 @@ jobs:
97
APP_TAGS='${{ steps.meta.outputs.tags }}'
98
E2E_TAG="${{ steps.registry.outputs.REG }}/dekart:${IMAGE_CACHE_KEY}"
99
100
- echo "app_tags=$APP_TAGS" >>"$GITHUB_OUTPUT"
101
echo "e2e_tags=$E2E_TAG" >>"$GITHUB_OUTPUT"
102
echo "app_primary=$(echo "$APP_TAGS" | head -n1)" >>"$GITHUB_OUTPUT"
103
echo "e2e_primary=$E2E_TAG" >>"$GITHUB_OUTPUT"
0 commit comments