Skip to content

Commit

Permalink
clean up commented actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Nov 12, 2024
1 parent d1ebcbc commit 175393e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,6 @@ jobs:
# https://docs.warpbuild.com/cache/docker-layer-caching#step-1-set-up-docker-buildx-action
driver-opts: |
network=host
# - name: Cache sccache
# uses: actions/cache@v4
# with:
# path: sccache-cache
# key: ${{ runner.os }}-sccache-${{ hashFiles('**/Cargo.lock') }}

# - name: Inject sccache-cache into Docker
# uses: reproducible-containers/buildkit-cache-dance@v3
# with:
# cache-map: |
# {
# "sccache-cache": "/var/cache/sccache"
# }
# skip-extraction: ${{ steps.cache.outputs.cache-hit }}

- name: Log into GitHub container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 175393e

Please sign in to comment.