Skip to content

Commit d4db1f2

Browse files
committed
Update build workflow for improved Docker image handling
1 parent 3234e52 commit d4db1f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
APP_TAGS='${{ steps.meta.outputs.tags }}'
9898
E2E_TAG="${{ steps.registry.outputs.REG }}/dekart:${IMAGE_CACHE_KEY}"
9999
100-
echo "app_tags=$APP_TAGS" >>"$GITHUB_OUTPUT"
101100
echo "e2e_tags=$E2E_TAG" >>"$GITHUB_OUTPUT"
102101
echo "app_primary=$(echo "$APP_TAGS" | head -n1)" >>"$GITHUB_OUTPUT"
103102
echo "e2e_primary=$E2E_TAG" >>"$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)