Skip to content

Commit 09c83a6

Browse files
committed
chore: digest and meta should have json ending
1 parent d6b85b0 commit 09c83a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)