Skip to content

Commit 2d98a0c

Browse files
committed
correct workflow
1 parent 02d47c4 commit 2d98a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_multi_arch_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161

162162
- name: Load and push multi-arch image
163-
run: >
163+
run: |
164164
echo "loading images"
165165
docker load -i "eps-devcontainer-base-${DOCKER_TAG}-amd64.img"
166166
docker load -i "eps-devcontainer-base-${DOCKER_TAG}-arm64.img"

0 commit comments

Comments
 (0)