Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 29, 2025
1 parent 070dd19 commit bd670d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ runs:
fi
fi
for TAG in "${tags[@]}"; do
TAG=${TAG} make buildx-imagetools-create
for tag in "${tags[@]}"; do
TAG=${tag} make buildx-imagetools-create
done
fi
shell: bash

0 comments on commit bd670d4

Please sign in to comment.