File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Build and push production Docker image
111
111
id : build
112
- uses : docker/build-push-action@v5
112
+ uses : docker/build-push-action@v6
113
113
with :
114
114
context : docker
115
115
file : docker/alpine.dockerfile
@@ -203,7 +203,7 @@ jobs:
203
203
path : docker/apkbuild/axoflow/axosyslog
204
204
205
205
- name : Build and push debug Docker image
206
- uses : docker/build-push-action@v5
206
+ uses : docker/build-push-action@v6
207
207
with :
208
208
context : docker
209
209
file : docker/alpine.dockerfile
Original file line number Diff line number Diff line change 48
48
path : docker/apkbuild/axoflow/axosyslog
49
49
50
50
- name : Build Docker image
51
- uses : docker/build-push-action@v5
51
+ uses : docker/build-push-action@v6
52
52
with :
53
53
context : docker
54
54
file : docker/alpine.dockerfile
Original file line number Diff line number Diff line change 81
81
82
82
- name : Log in to the Container registry
83
83
if : env.UPLOAD_IMAGES_INTERNAL == 'true'
84
- uses : docker/login-action@v1
84
+ uses : docker/login-action@v3
85
85
with :
86
86
registry : ghcr.io
87
87
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments