Skip to content

Commit

Permalink
CI: synchronize the docker download location
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Feb 21, 2025
1 parent af79a68 commit 8e4c69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: scalafmt-x86_64-pc-linux
path: tmp/scalafmt
path: tmp/scalafmt-docker-build # Dockerfile uses this
- name: Login to DockerHub
uses: docker/#-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

COPY tmp/scalafmt-linux-musl/scalafmt /bin/scalafmt
COPY tmp/scalafmt-docker-build/scalafmt /bin/scalafmt
RUN chmod +x /bin/scalafmt

ENTRYPOINT ["/bin/scalafmt"]

0 comments on commit 8e4c69c

Please # to comment.