Skip to content

Commit

Permalink
Push created manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Aug 5, 2024
1 parent 7f1dc1f commit 3a25c15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
armTag="heroku/heroku:${{ matrix.stack-version }}${variant}_linux-arm64${TAG_SUFFIX}"
amdTag="heroku/heroku:${{ matrix.stack-version }}${variant}_linux-amd64${TAG_SUFFIX}"
docker manifest create "$indexTag" "$amdTag" "$armTag"
docker push "$indexTag"
done
promote-images:
Expand Down Expand Up @@ -145,10 +146,10 @@ jobs:
for variant in '' '-build' '-cnb' '-cnb-build'; do
destTags+=("heroku/heroku:${{ matrix.stack-version }}${variant}")
done
end
fi
for destTag in "${destTags[@]}"; do
sourceTag="${destTag}.${{ github.ref_name }}"
crane copy "${sourceTag}" "${destTag}"
echo "${sourceTag}" "${destTag}"
done
promote-stack:
Expand Down

0 comments on commit 3a25c15

Please sign in to comment.