Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Feb 14, 2025
1 parent 30333c2 commit 7e4fbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
provenance: false
# https://docs.docker.com/build/ci/github-actions/cache/#github-cache
cache-from: type=gha,scope=build-${{ matrix.runner }}
cache-to: type=inline,scope=build-${{ matrix.runner }}
cache-to: type=gha,scope=build-${{ matrix.runner }},mode=max
-
run: |
set -eu
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# https://docs.docker.com/build/ci/github-actions/cache/#github-cache
cache-from: type=inline,scope=build-${{ matrix.runner }}
cache-from: type=gha,scope=build-${{ matrix.runner }}
cache-to: type=gha,scope=build-${{ matrix.runner }},mode=max
if: github.ref_type == 'tag'
push:
Expand Down

0 comments on commit 7e4fbe2

Please sign in to comment.