Skip to content

Commit

Permalink
chore: fix docker image layer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Mar 31, 2024
1 parent cf15e72 commit c9722fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout 🛎
uses: actions/checkout@v4
- name: Set up Docker Buildx 🛠
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry 🚀
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit c9722fa

Please sign in to comment.