Skip to content

Commit

Permalink
Fixed a bug in the push_multiarch script which caused to append image…
Browse files Browse the repository at this point in the history
…s to an already existent tag instead of replacing them.
  • Loading branch information
sarusso committed Dec 18, 2021
1 parent b9cb254 commit 7909a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/Ubuntu_20.04/push_multiarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ docker push docker.io/$USER/timeseria-amd64:$VERSION
docker push docker.io/$USER/timeseria-arm64v8:$VERSION

echo "Creating manifest..."
docker manifest rm docker.io/$USER/timeseria:$VERSION
docker manifest create \
docker.io/$USER/timeseria:$VERSION \
--amend docker.io/$USER/timeseria-amd64:$VERSION \
Expand Down

0 comments on commit 7909a92

Please sign in to comment.