Skip to content

Commit

Permalink
Remove useless docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLymer committed Nov 12, 2023
1 parent 497d9f1 commit a94e10b
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 @@ -23,8 +23,6 @@ jobs:
- name: Build image and push
env:
GOOGLE_CREDENTIALS: ${{ secrets.GCP_DEPLOYER_SA }}
run: | # https://stackoverflow.com/a/74795460/507793
export ACTIONS_CACHE_URL=$(echo "$ACTIONS_ID_TOKEN_REQUEST_URL" | grep -Po 'https://[^/]+/[^/]+/' | sed 's/pipelines/artifactcache/')
export ACTIONS_RUNTIME_TOKEN=$ACTIONS_ID_TOKEN_REQUEST_TOKEN
run: |
mkdir matthewlymer.github.io/.jekyll-cache
make -C ./deploy push

0 comments on commit a94e10b

Please sign in to comment.