File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1818
1919 name : Build and deploy container
2020 steps :
21-
22- - name : Check out code for the container builds
21+ - name : Check out the latest tag of the repo
2322 uses : actions/checkout@v4
23+ with :
24+ ref : $(git describe --tags --abbrev=0)
25+ fetch-depth : 0
2426
2527 - name : Build SIF image
2628 run : |
Original file line number Diff line number Diff line change 1515 attestations : write
1616 id-token : write
1717 steps :
18- - name : Check out the repo
18+ - name : Check out the latest tag of the repo
1919 uses : actions/checkout@v4
20+ with :
21+ ref : $(git describe --tags --abbrev=0)
22+ fetch-depth : 0
2023
2124 - name : Log in to Docker Hub
2225 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 77## [ 4.6.1] - 2025-03-28
88
99### Fixed
10- - A usability regression that could render a main windows that is larger than the screen
10+ - A usability regression that could render a main window that is larger than the screen
1111
1212## [ 4.6.0] - 2025-03-25
1313
You can’t perform that action at this time.
0 commit comments