Skip to content

Commit

Permalink
fix(ct): add missing pipe redirection for builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 12, 2024
1 parent b6fb122 commit b3ac714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
echo "${{ secrets.BUILDER_ARM64_SSH_HOST_KEY }}" > ~/.ssh/known_hosts
mkdir -p modules/container-base/target/buildx-state/buildx/instances
cat modules/container-base/target/buildx-state/buildx/instances/dataverse << EOF
cat > modules/container-base/target/buildx-state/buildx/instances/dataverse << EOF
{ "Name": "dataverse",
"Driver": "docker-container",
"Dynamic": false,
Expand Down

0 comments on commit b3ac714

Please sign in to comment.