Skip to content

Commit

Permalink
fix typo (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <[email protected]>
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
Jdubrick authored and thepetk committed May 31, 2024
1 parent 91d14c2 commit e45caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci-registry/build-multi-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ else

# Push and delete local manifest
docker manifest push "$DEFAULT_MANIFEST"
docker manifest rm "$$DEFAULT_MANIFEST"
docker manifest rm "$DEFAULT_MANIFEST"

fi

0 comments on commit e45caab

Please sign in to comment.