Skip to content

Commit

Permalink
Fix Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Jun 17, 2024
1 parent 610d61a commit e1ae5fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Sanity check
run: |
pwd
ls ./bin
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY ./bin/lighthouse /usr/local/bin/lighthouse
COPY ./bin/eleel /usr/local/bin/lighthouse

0 comments on commit e1ae5fd

Please sign in to comment.