Commit 5d06d1b 1 parent e1dff89 commit 5d06d1b Copy full SHA for 5d06d1b
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Code checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
15
15
- name : Login to GitHub Container Registry
16
- uses : docker/login-action@v1
16
+ uses : docker/login-action@v2
17
17
with :
18
18
registry : ghcr.io
19
19
username : ${{ github.repository_owner }}
20
20
password : ${{ secrets.GITHUB_TOKEN }}
21
21
22
22
- name : Set up QEMU
23
- uses : docker/setup-qemu-action@v1
23
+ uses : docker/setup-qemu-action@v2
24
24
25
25
- name : Setup buildx
26
- uses : docker/setup-buildx-action@v1
26
+ uses : docker/setup-buildx-action@v2
27
27
with :
28
28
install : true
29
29
30
30
- name : Build and push
31
- uses : docker/build-push-action@v2
31
+ uses : docker/build-push-action@v3
32
32
with :
33
33
context : .
34
34
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ jobs:
16
16
run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
17
17
18
18
- name : Code checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Login to GitHub Container Registry
22
- uses : docker/login-action@v1
22
+ uses : docker/login-action@v2
23
23
with :
24
24
registry : ghcr.io
25
25
username : ${{ github.repository_owner }}
26
26
password : ${{ secrets.GITHUB_TOKEN }}
27
27
28
28
- name : Set up QEMU
29
- uses : docker/setup-qemu-action@v1
29
+ uses : docker/setup-qemu-action@v2
30
30
31
31
- name : Setup buildx
32
- uses : docker/setup-buildx-action@v1
32
+ uses : docker/setup-buildx-action@v2
33
33
with :
34
34
install : true
35
35
36
36
- name : Build and push
37
- uses : docker/build-push-action@v2
37
+ uses : docker/build-push-action@v3
38
38
with :
39
39
context : .
40
40
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: 'Jason Field'
4
4
description : ' Run yamllint on your yaml files with ease'
5
5
runs :
6
6
using : ' docker'
7
- image : docker://ghcr.io/actionshub/yamllint:1.0.2
7
+ image : docker://ghcr.io/actionshub/yamllint:1.1.0
8
8
branding :
9
9
icon : ' edit-3'
10
10
color : ' red'
You can’t perform that action at this time.
0 commit comments