Skip to content

Commit

Permalink
dockerfile: minor fixes (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored Jul 14, 2023
1 parent 884d909 commit 4e05ac8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
run: |
echo "LATEST_TAG=$(git describe --tag --abbrev=0)" >> $GITHUB_ENV
echo "CURRENT_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
echo "LATEST_TAG: $LATEST_TAG, CURRENT_COMMIT: $CURRENT_COMMIT"
- name: Docker build
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
run: |
echo "LATEST_TAG=$(git describe --tag --abbrev=0)" >> $GITHUB_ENV
echo "CURRENT_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
echo "LATEST_TAG: $LATEST_TAG, CURRENT_COMMIT: $CURRENT_COMMIT"
- name: Docker build
run: |
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ RUN set -eux; \
cabal-store-gc --add-project-root; \
mkdir /root/.ghc; \
cabal-store-gc --collect; \
rm -rf /root/.cabal/bin; \
rm -rf /root/.cabal/logs; \
rm -rf /root/.cabal/store/ghc-$(ghc --numeric-version)/hstream*; \
rm -rf /root/.cabal/store/roots;
Expand Down

0 comments on commit 4e05ac8

Please sign in to comment.