File tree Expand file tree Collapse file tree 3 files changed +489
-525
lines changed Expand file tree Collapse file tree 3 files changed +489
-525
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
# Install the cosign tool except on PR
37
37
# https://github.com/sigstore/cosign-installer
38
38
- name : Install cosign
39
- uses : sigstore/cosign-installer@v3.6 .0
39
+ uses : sigstore/cosign-installer@v3.7 .0
40
40
41
41
- name : Setup Docker buildx
42
-
42
+
43
43
44
44
# Login against a Docker registry except on PR
45
45
# https://github.com/docker/login-action
54
54
# https://github.com/docker/build-push-action
55
55
- name : Build test image
56
56
id : build-test
57
- uses : docker/build-push-action@v6.9 .0
57
+ uses : docker/build-push-action@v6.10 .0
58
58
with :
59
59
context : .
60
60
load : true
71
71
# https://github.com/docker/metadata-action
72
72
- name : Extract Docker metadata
73
73
id : meta
74
- uses : docker/metadata-action@v5.5 .1
74
+ uses : docker/metadata-action@v5.6 .1
75
75
with :
76
76
# list of Docker images to use as base name for tags
77
77
images : |
86
86
# https://github.com/docker/build-push-action
87
87
- name : Build and push production image
88
88
id : build-and-push
89
- uses : docker/build-push-action@v6.9 .0
89
+ uses : docker/build-push-action@v6.10 .0
90
90
with :
91
91
context : .
92
92
target : http_app
You can’t perform that action at this time.
0 commit comments