Skip to content

Commit

Permalink
Removed line in release.yml that set export PUSH_LATEST=true. We dont
Browse files Browse the repository at this point in the history
want to push this release as the latest since we have 2.6.0 that is now set to latest
  • Loading branch information
ganeshmurthy committed May 31, 2024
1 parent a7fac58 commit a0fff74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
{ echo Unable to get a unique build number ; exit 1 ; }
# This is a release build which means we need to push the :latest tag
# to the container repo.
export PUSH_LATEST=true
./.github/scripts/image.sh
env:
CONTAINER_USER: '${{ secrets.DOCKER_USER }}'
Expand Down

0 comments on commit a0fff74

Please sign in to comment.