Skip to content

Commit 3e02fcf

Browse files
authoredMay 28, 2024
Update docr.yml
1 parent f70975e commit 3e02fcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/docr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v4
3535

36+
- name: Set up Docker Buildx
37+
uses: docker/setup-buildx-action@v3
38+
3639
- name: Install doctl
3740
uses: digitalocean/action-doctl@v2
3841
with:
@@ -56,4 +59,6 @@ jobs:
5659
push: true
5760
tags: ${{ steps.meta.outputs.tags }}
5861
labels: ${{ steps.meta.outputs.labels }}
62+
cache-from: type=gha
63+
cache-to: type=gha,mode=max
5964

0 commit comments

Comments
 (0)