Skip to content

Commit

Permalink
chore(.github/workflows/docker-image.yml): update Docker layer cachin…
Browse files Browse the repository at this point in the history
…g action to v0.0.11
  • Loading branch information
Nat1anWasTaken committed Jun 10, 2024
1 parent 7d748ae commit 04f9485
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:

# Cache Docker layers
- name: Cache Docker layers
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
uses: satackey/[email protected]
continue-on-error: true

# Login to GitHub Container Registry
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 04f9485

Please sign in to comment.