Skip to content

Commit

Permalink
Fix Docker image builds (#1486)
Browse files Browse the repository at this point in the history
Broken in #1471
  • Loading branch information
elprans authored Feb 20, 2025
1 parent 775ddd4 commit 98dde95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows.src/build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
FROM scratch
COPY --from=download /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=download /tmp/gel /usr/bin/gel
RUN ln -s gel /usr/bin/edgedb
COPY --from=download /tmp/gel /usr/bin/edgedb
ENTRYPOINT ["/usr/bin/gel"]
EOF
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/testing.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98dde95

Please sign in to comment.