Skip to content

Commit 37f6561

Browse files
committed
Fixing a typo in manifest push
Signed-off-by: Roman Shaposhnik <[email protected]>
1 parent 8861268 commit 37f6561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
8888
for i in $(echo "$IMGS" | tr ' ' '\012' | sort -u); do
8989
docker manifest create "$i" --amend "$i-arm64" --amend "$i-amd64"
90-
docker push "$i"
90+
docker manifest push "$i"
9191
done

0 commit comments

Comments
 (0)