This repository was archived by the owner on Sep 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
restore-keys : |
26
26
${{ runner.os }}-${{ runner.arch }}-buildx-
27
27
- name : build
28
- uses : docker/build-push-action@v2
28
+ uses : docker/build-push-action@v6
29
29
with :
30
30
context : .
31
31
push : false
55
55
restore-keys : |
56
56
${{ runner.os }}-${{ runner.arch }}-buildx-
57
57
- name : build
58
- uses : docker/build-push-action@v2
58
+ uses : docker/build-push-action@v6
59
59
with :
60
60
context : .
61
61
push : false
Original file line number Diff line number Diff line change 56
56
echo "const version = \"${{ steps.meta.outputs.version }}\";" > client/src/version.ts
57
57
echo "export default version;" >> client/src/version.ts
58
58
- name : push
59
- uses : docker/build-push-action@v2
59
+ uses : docker/build-push-action@v6
60
60
with :
61
61
context : .
62
62
push : true
@@ -125,7 +125,7 @@ jobs:
125
125
echo "const version = \"${{ steps.meta.outputs.version }}\";" > client/src/version.ts
126
126
echo "export default version;" >> client/src/version.ts
127
127
- name : push
128
- uses : docker/build-push-action@v2
128
+ uses : docker/build-push-action@v6
129
129
with :
130
130
context : .
131
131
push : true
You can’t perform that action at this time.
0 commit comments