Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
echo "Setting pre-release repo mongodb/mongodb-atlas-kubernetes-operator-prerelease"
echo "repo=mongodb/mongodb-atlas-kubernetes-operator-prerelease" | tee -a $GITHUB_OUTPUT
fi
- name: Checkout code
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be the first step? just in case...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the first step does not need the repo files, it is just an if

uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ needs.image2commit.outputs.commit_sha }}
- name: Read the next release version
id: read_version
env:
Expand Down