Skip to content

Commit

Permalink
fix: update cache-to destination in Docker build workflow for OpenGL
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Jan 7, 2025
1 parent 98e8119 commit d4e1990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-opengl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
push: true
load: true
cache-from: type=local,src=/tmp/cache
cache-to: type=local,src=/tmp/cache
cache-to: type=local,dest=/tmp/cache
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
push: true
load: true
cache-from: type=local,src=/tmp/cache
cache-to: type=local,src=/tmp/cache
cache-to: type=local,dest=/tmp/cache
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit d4e1990

Please sign in to comment.