Skip to content

Commit

Permalink
Remove unnecesary docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Jan 17, 2024
1 parent 3ec0b3a commit 1e9bdd3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/github_action_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Cache Docker layers
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -38,7 +30,7 @@ jobs:
- name: Upload PDF as Artifact
uses: actions/upload-artifact@v4
with:
name: compiled-pdf
name: compiled-pdf-${{ github.ref_slug }}
path: output.pdf

- name: Upload binaries to release
Expand Down

0 comments on commit 1e9bdd3

Please sign in to comment.