Skip to content

Commit

Permalink
rollback: added docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wasilak committed Oct 9, 2024
1 parent 0db960f commit f1f996f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
# Enable Docker layer caching
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
# Build and push Docker image with Buildx (don't push on PR)
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit f1f996f

Please sign in to comment.