Skip to content

Commit 1f853b9

Browse files
committed
CU-869b2zjay: Move disk space freeing after checkout
1 parent dbcdcdd commit 1f853b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/medcat-service_docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
outputs:
2424
image_version: ${{ steps.meta.outputs.version }}
2525
steps:
26+
- name: Checkout
27+
uses: actions/checkout@v5
2628

2729
- name: 🧹 Free up disk space
2830
run: |
@@ -38,9 +40,6 @@ jobs:
3840
sudo apt-get clean
3941
df -h # Optional: Check space before build
4042
41-
- name: Checkout
42-
uses: actions/checkout@v5
43-
4443
- name: Log in to Docker Hub
4544
uses: docker/login-action@v3
4645
with:

0 commit comments

Comments
 (0)