File tree Expand file tree Collapse file tree 3 files changed +180
-321
lines changed Expand file tree Collapse file tree 3 files changed +180
-321
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ 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.5 .0
39
+ uses : sigstore/cosign-installer@v3.6 .0
40
40
41
41
- name : Setup Docker buildx
42
- uses : docker/setup-buildx-action@v3.4.0
42
+ uses : docker/setup-buildx-action@v3.6.1
43
43
44
44
# Login against a Docker registry except on PR
45
45
# https://github.com/docker/login-action
46
46
- name : Log into registry ${{ env.REGISTRY }}
47
- uses : docker/login-action@v3.2 .0
47
+ uses : docker/login-action@v3.3 .0
48
48
with :
49
49
registry : ${{ env.REGISTRY }}
50
50
username : ${{ github.actor }}
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.3 .0
57
+ uses : docker/build-push-action@v6.7 .0
58
58
with :
59
59
context : .
60
60
load : true
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.3 .0
89
+ uses : docker/build-push-action@v6.7 .0
90
90
with :
91
91
context : .
92
92
target : http_app
You can’t perform that action at this time.
0 commit comments