Commit f15c0e0 1 parent ebe774e commit f15c0e0 Copy full SHA for f15c0e0
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 @@ -36,15 +36,15 @@ jobs:
36
36
images : ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:edge
37
37
38
38
- name : Push it - Latest
39
- uses : docker/build-push-action@v6.12 .0
39
+ uses : docker/build-push-action@v6.15 .0
40
40
with :
41
41
context : .
42
42
file : ./Dockerfile
43
43
push : true
44
44
tags : ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:latest
45
45
46
46
- name : Push it - Edge
47
- uses : docker/build-push-action@v6.12 .0
47
+ uses : docker/build-push-action@v6.15 .0
48
48
with :
49
49
context : .
50
50
file : ./edge-Dockerfile
Original file line number Diff line number Diff line change 23
23
24
24
# # Build and scan Edge image
25
25
- name : Build an image from Dockerfile - edge
26
- uses : docker/build-push-action@v6.12 .0
26
+ uses : docker/build-push-action@v6.15 .0
27
27
with :
28
28
context : .
29
29
file : ./edge-Dockerfile
Original file line number Diff line number Diff line change 23
23
24
24
# # Build and scan Latest image
25
25
- name : Build an image from Dockerfile - latest
26
- uses : docker/build-push-action@v6.12 .0
26
+ uses : docker/build-push-action@v6.15 .0
27
27
with :
28
28
context : .
29
29
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments