Skip to content

Commit db92ff7

Browse files
committed
CI: Update Docker workflow
Update actions and Ubuntu version to latest versions.
1 parent bf84091 commit db92ff7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-push-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
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

0 commit comments

Comments
 (0)