Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
attempt to load built images from cache into docker context so we can…
Browse files Browse the repository at this point in the history
… generate image release notes [deploy]
  • Loading branch information
jamesmortensen committed Apr 9, 2022
1 parent 04d0620 commit 929a5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
NAME=${NAMESPACE} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} PLATFORMS=${PLATFORMS} BUILD_ARGS=${BUILD_ARGS} make build_multi
- run: |
echo "Generate release notes"
NAME=${NAMESPACE} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} PLATFORMS=linux/arm64 BUILD_ARGS=--load make build_multi
export LATEST_TAG=$(git describe --tags --abbrev=0)
sh generate_multi-arch-release_notes.sh $LATEST_TAG $CIRCLE_BRANCH $BRANCH $BUILD_DATE
cat release_notes.md
Expand Down

0 comments on commit 929a5a3

Please sign in to comment.