File tree 2 files changed +7
-7
lines changed
actions/build-container-image
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
using : " composite"
41
41
steps :
42
42
- id : repo_name
43
- uses : ASzc/change-string-case-action@v1
43
+ uses : ASzc/change-string-case-action@v5
44
44
with :
45
45
string : ${{ github.repository }}
46
46
@@ -51,11 +51,11 @@ runs:
51
51
52
52
# Workaround: https://github.com/docker/build-push-action/issues/461
53
53
- name : Setup Docker buildx
54
- uses : docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
54
+ uses : docker/setup-buildx-action@v2
55
55
56
56
# Login against a Docker registry except on PR
57
57
- name : Log into registry ghcr.io
58
- uses : docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
58
+ uses : docker/login-action@v2
59
59
with :
60
60
registry : ghcr.io
61
61
username : ${{ inputs.username }}
64
64
# https://github.com/docker/build-push-action
65
65
- name : Build and push docker image to ghcr.io
66
66
id : build-and-push
67
- uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
67
+ uses : docker/build-push-action@v4
68
68
with :
69
69
push : ${{ (github.event_name == 'push') || (inputs.suffix == '-developer') }}
70
70
context : .
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
58
58
submodules : recursive
59
59
60
60
- id : repo_name
61
- uses : ASzc/change-string-case-action@v1
61
+ uses : ASzc/change-string-case-action@v5
62
62
with :
63
63
string : ${{ github.repository }}
64
64
65
65
- name : Log into registry ghcr.io
66
- uses : docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
66
+ uses : docker/login-action@v2
67
67
with :
68
68
registry : ghcr.io
69
69
username : ${{ github.actor }}
@@ -119,7 +119,7 @@ jobs:
119
119
submodules : recursive
120
120
121
121
- name : Download artifacts
122
- uses : actions/download-artifact@v2
122
+ uses : actions/download-artifact@v3
123
123
124
124
- name : Upload artifacts to build results
125
125
if : github.event_name == 'push'
You can’t perform that action at this time.
0 commit comments