Skip to content

Commit

Permalink
hopefully fixing caching
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Mar 18, 2024
1 parent 5ee739e commit a035ab8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- name: Determine version number
run: >
set -e; echo "BEHAVE_VERSION=$(python determine_version_number.py)" >> $GITHUB_ENV
- name: Test
run: echo $BEHAVE_VERSION
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand All @@ -28,7 +26,7 @@ jobs:
uses: actions/cache@v3
with:
key: libavjs-files--${{ hashFiles('libav.js/*') }}
path: public/app/bundled/libavjs/
path: public/app/bundled/
- name: update cache timestamps
# this will update the timestamps on the cache
# this is necessary since the Dockerfile will always be newer (gets
Expand Down

0 comments on commit a035ab8

Please sign in to comment.