Skip to content

Commit

Permalink
Merge pull request #62 from tquizzle/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6.7.0

Bump docker/build-push-action from 6.6.1 to 6.7.0
  • Loading branch information
tquizzle committed Aug 15, 2024
2 parents ebb8a64 + e815d61 commit fba15c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-tqci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
images: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:edge

- name: Push it - Latest
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:latest

- name: Push it - Edge
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ./Dockerfile-edge.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

## Build and scan Edge image
- name: Build an image from Dockerfile - edge
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ./Dockerfile-edge.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

## Build and scan Latest image
- name: Build an image from Dockerfile - latest
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit fba15c6

Please sign in to comment.