Skip to content

Commit

Permalink
Fixing a typo in manifest push
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Shaposhnik <rvs@zededa.com>
  • Loading branch information
rvs committed Mar 9, 2021
1 parent 8861268 commit 37f6561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
for i in $(echo "$IMGS" | tr ' ' '\012' | sort -u); do
docker manifest create "$i" --amend "$i-arm64" --amend "$i-amd64"
docker push "$i"
docker manifest push "$i"
done

0 comments on commit 37f6561

Please sign in to comment.