Skip to content

Commit

Permalink
Fix docker push with cleaning cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Nov 25, 2024
1 parent 20317e0 commit 289ae0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clean up space for action
run: rm -rf /opt/hostedtoolcache

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 289ae0b

Please sign in to comment.