Skip to content

Commit

Permalink
fix: additional testing
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed Jun 28, 2024
1 parent cb073ee commit 453eb4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,16 @@ jobs:
with:
name: install-logs-${{ matrix.os }}
path: /var/log/pantos


# Forcing execution delete after checking it works!!
- name: Clean Docker cache
run: |
target=${{ runner.os }}-buildx-v1.0-service-node-${{ github.ref_name }}
curl -L \
-X DELETE \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/pantos-io/service-node/actions/caches?key=$target"
2 changes: 1 addition & 1 deletion .github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/pantos-io/service-node/actions/caches?key=${{ target }}"
"https://api.github.com/repos/pantos-io/service-node/actions/caches?key=$target"

0 comments on commit 453eb4e

Please sign in to comment.