Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.0.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.0.0...v5.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent 6fd3ce3 commit e69a9e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker-container-ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
org.opencontainers.image.title=Scan Virus (GitHub Action) Image (YARA)
org.opencontainers.image.description=A Docker image for Scan Virus (GitHub Action) to scan Virus.
- name: "Build & Push Docker Image - All"
uses: "docker/build-push-action@v5.0.0"
uses: "docker/build-push-action@v5.2.0"
with:
context: "./"
file: "all.Dockerfile"
Expand All @@ -103,7 +103,7 @@ jobs:
push: "true"
tags: "${{steps.docker-meta-all.outputs.tags}}"
- name: "Build & Push Docker Image - ClamAV"
uses: "docker/build-push-action@v5.0.0"
uses: "docker/build-push-action@v5.2.0"
with:
context: "./"
file: "clamav.Dockerfile"
Expand All @@ -114,7 +114,7 @@ jobs:
push: "true"
tags: "${{steps.docker-meta-clamav.outputs.tags}}"
- name: "Build & Push Docker Image - YARA"
uses: "docker/build-push-action@v5.0.0"
uses: "docker/build-push-action@v5.2.0"
with:
context: "./"
file: "yara.Dockerfile"
Expand Down

0 comments on commit e69a9e3

Please sign in to comment.