Skip to content

Commit ff573e6

Browse files
authored
Update publish action versions (#114)
1 parent 2239b54 commit ff573e6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ name: Build CI
22

33
on:
44
push:
5-
branches: [ 'main' ]
6-
tags: [ 'v*' ]
5+
branches: ["main"]
6+
tags: ["v*"]
77
pull_request:
8-
branches: [ 'main' ]
8+
branches: ["main"]
99

10-
jobs:
10+
jobs:
1111
examples:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v5
1616

1717
- name: Docker meta
1818
id: docker_meta
19-
uses: docker/metadata-action@v3.3.0
19+
uses: docker/metadata-action@v5.8.0
2020
with:
2121
images: ghcr.io/${{ github.repository_owner }}/examples
2222
labels: |
@@ -32,14 +32,14 @@ jobs:
3232
3333
- name: Login to ghcr.io
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v1.9.0
35+
uses: docker/login-action@v3.5.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Docker build
42-
uses: docker/build-push-action@v2.5.0
42+
uses: docker/build-push-action@v6.18.0
4343
with:
4444
context: ./docker/
4545
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)