Skip to content

Commit f15c0e0

Browse files
chore(deps): update docker/build-push-action action to v6.15.0
1 parent ebe774e commit f15c0e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-tqci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
images: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:edge
3737

3838
- name: Push it - Latest
39-
uses: docker/build-push-action@v6.12.0
39+
uses: docker/build-push-action@v6.15.0
4040
with:
4141
context: .
4242
file: ./Dockerfile
4343
push: true
4444
tags: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:latest
4545

4646
- name: Push it - Edge
47-
uses: docker/build-push-action@v6.12.0
47+
uses: docker/build-push-action@v6.15.0
4848
with:
4949
context: .
5050
file: ./edge-Dockerfile

.github/workflows/trivy-scan-edge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
## Build and scan Edge image
2525
- 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
2727
with:
2828
context: .
2929
file: ./edge-Dockerfile

.github/workflows/trivy-scan-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
## Build and scan Latest image
2525
- 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
2727
with:
2828
context: .
2929
file: ./Dockerfile

0 commit comments

Comments
 (0)