Skip to content

Commit

Permalink
Merge pull request #411 from jhj0517/fix/docker-push
Browse files Browse the repository at this point in the history
Fix docker push with cleaning cache
  • Loading branch information
jhj0517 authored Nov 25, 2024
2 parents 20317e0 + 289ae0b commit 972e58a
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 972e58a

Please sign in to comment.