File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 8282 - name : 📤 Upload meta bake definition
8383 uses : actions/upload-artifact@v4
8484 with :
85- name : bake-meta-${{ env.PLATFORM_CACHE_TAG }}
85+ name : bake-meta-${{ env.PLATFORM_CACHE_TAG }}.json
8686 path : /tmp/bake-meta-*.json
8787 if-no-files-found : error
8888 retention-days : 1
@@ -134,7 +134,7 @@ jobs:
134134 - name : 📤 Upload digest
135135 uses : actions/upload-artifact@v4
136136 with :
137- name : digests-${{ env.PLATFORM_CACHE_TAG }}
137+ name : digests-${{ env.PLATFORM_CACHE_TAG }}.json
138138 path : /tmp/digests/*
139139 if-no-files-found : error
140140 retention-days : 1
@@ -156,9 +156,12 @@ jobs:
156156 pattern : digests-*
157157 path : /tmp/digests/*
158158
159- - name : Print all download artifact files
159+ - name : Print downloaded bake meta files
160160 run : |
161161 ls -la /tmp
162+
163+ - name : Print downloaded digests
164+ run : |
162165 ls -la /tmp/digests
163166
164167 - name : 🔑 Login to docker-hub
You can’t perform that action at this time.
0 commit comments