Skip to content

Commit 64fc7ad

Browse files
committed
Fix save action.
1 parent bf4ca1c commit 64fc7ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ jobs:
173173

174174
- name: Save Docker Image
175175
id: save-docker-image
176-
uses: docker/metadata-action@v4
177176
run: docker save "${IMAGE}:${TAG}" -o "${IMAGE}-${TAG}.tar"
178177
env:
179178
IMAGE: ${{ matrix.image }}

0 commit comments

Comments
 (0)