Skip to content

Commit

Permalink
Update docker-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored Jan 28, 2025
1 parent 51cd204 commit 7947a3e
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 @@ -28,8 +28,8 @@ jobs:
context: .
load: true
# https://docs.docker.com/build/ci/github-actions/cache/#github-cache
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=build-${{ matrix.runner }}
cache-to: type=gha,scope=build-${{ matrix.runner }},mode=max
-
run: |
docker run --rm "${{ steps.build.outputs.imageid }}" -t
Expand Down

0 comments on commit 7947a3e

Please sign in to comment.