File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 push-image :
1111 if : github.repository == 'utrechtuniversity/msl_api'
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 permissions :
1414 contents : read
1515 packages : write
@@ -20,21 +20,21 @@ jobs:
2020 id : extract_branch
2121
2222 - name : Check out EPOS-MSL catalog repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 path : epos-msl
2626 repository : UtrechtUniversity/epos-msl
2727 ref : ${{ steps.extract_branch.outputs.branch }}
2828
2929 - name : Authenticate to the container registry
30- uses : docker/login-action@v3
30+ uses : docker/login-action@v4
3131 with :
3232 registry : ghcr.io
3333 username : ${{ github.actor }}
3434 password : ${{ secrets.GITHUB_TOKEN }}
3535
3636 - name : Build and push Docker image
37- uses : docker/build-push-action@v6
37+ uses : docker/build-push-action@v7
3838 with :
3939 context : epos-msl/docker/images/msl-api
4040 file : epos-msl/docker/images/msl-api/Dockerfile
You can’t perform that action at this time.
0 commit comments