Skip to content

Commit

Permalink
Bump docker/metadata-action from 5.3.0 to 5.5.0
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.3.0 to 5.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.3.0...v5.5.0)

---
updated-dependencies:
- dependency-name: docker/metadata-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 Jan 7, 2024
1 parent af25d8e commit c6f0594
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 @@ -36,7 +36,7 @@ jobs:
password: "${{github.token}}"
- name: "Generate Docker Metadata - All"
id: "docker-meta-all"
uses: "docker/metadata-action@v5.3.0"
uses: "docker/metadata-action@v5.5.0"
with:
images: "${{env.REGISTRY}}/${{env.IMAGE_NAME}}"
tags: |-
Expand All @@ -53,7 +53,7 @@ jobs:
org.opencontainers.image.description=A Docker image for Scan Virus (GitHub Action) to scan virus.
- name: "Generate Docker Metadata - ClamAV"
id: "docker-meta-clamav"
uses: "docker/metadata-action@v5.3.0"
uses: "docker/metadata-action@v5.5.0"
with:
images: "${{env.REGISTRY}}/${{env.IMAGE_NAME}}"
tags: |-
Expand All @@ -73,7 +73,7 @@ jobs:
org.opencontainers.image.description=A Docker image for Scan Virus (GitHub Action) to scan virus.
- name: "Generate Docker Metadata - YARA"
id: "docker-meta-yara"
uses: "docker/metadata-action@v5.3.0"
uses: "docker/metadata-action@v5.5.0"
with:
images: "${{env.REGISTRY}}/${{env.IMAGE_NAME}}"
tags: |-
Expand Down

0 comments on commit c6f0594

Please sign in to comment.