Skip to content

Commit

Permalink
chore: use var
Browse files Browse the repository at this point in the history
  • Loading branch information
fl42 committed Oct 23, 2024
1 parent 97bd4de commit 27380ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
.cache/docker
${{ env.DOCKER_CACHE_DIR }}
key: ${{ env.CACHE_KEY }}

# TODO: don't use buildx unil the image can be built and used on different OS/kernels, which is currently not the case
Expand Down

0 comments on commit 27380ab

Please sign in to comment.