File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,22 @@ jobs:
28
28
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Set up Docker Buildx
34
34
id : buildx
35
- uses : docker/setup-buildx-action@v2
35
+ uses : docker/setup-buildx-action@v3
36
36
37
37
- name : Login to Github Packages
38
- uses : docker/login-action@v2
38
+ uses : docker/login-action@v3
39
39
with :
40
40
registry : ghcr.io
41
41
username : ${{ github.actor }}
42
42
password : ${{ secrets.GITHUB_TOKEN }}
43
43
44
44
- name : Docker meta
45
45
id : meta
46
- uses : docker/metadata-action@v4
46
+ uses : docker/metadata-action@v5
47
47
with :
48
48
images : |
49
49
ghcr.io/esri/arcgis-python-api-lambda
55
55
56
56
- id : docker_build
57
57
name : Build image and push to GitHub Container Registry
58
- uses : docker/build-push-action@v4
58
+ uses : docker/build-push-action@v6
59
59
with :
60
60
# relative path to the place where source code with Dockerfile is located
61
61
context : .
Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ jobs:
32
32
33
33
- name : Set up Docker Buildx
34
34
id : buildx
35
- uses : docker/setup-buildx-action@v2
35
+ uses : docker/setup-buildx-action@v3
36
36
37
37
- name : Login to Github Packages
38
- uses : docker/login-action@v2
38
+ uses : docker/login-action@v3
39
39
with :
40
40
registry : ghcr.io
41
41
username : ${{ github.actor }}
42
42
password : ${{ secrets.GITHUB_TOKEN }}
43
43
44
44
- name : Docker meta
45
45
id : meta
46
- uses : docker/metadata-action@v4
46
+ uses : docker/metadata-action@v5
47
47
with :
48
48
images : |
49
49
ghcr.io/esri/arcgis-python-api-notebook
55
55
56
56
- id : docker_build
57
57
name : Build image and push to GitHub Container Registry
58
- uses : docker/build-push-action@v4
58
+ uses : docker/build-push-action@v6
59
59
with :
60
60
# relative path to the place where source code with Dockerfile is located
61
61
context : ./docker
You can’t perform that action at this time.
0 commit comments