Skip to content

Commit 7b0fbf8

Browse files
authored
ifs fix
1 parent 452e2ac commit 7b0fbf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
PREFIX="ghcr.io/${REPO_OWNER}/${REPO_NAME}:"
8686
8787
# list all tags possible
88-
for tag in "${{ matrix.config.tag }}"; do
88+
tags="${{ matrix.config.tag }}"
89+
for tag in $tags; do
8990
if [[ "$tag" == "cpu" ]]; then
9091
TYPE=""
9192
else

0 commit comments

Comments
 (0)