Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Dec 17, 2023
1 parent 4281d92 commit 3b76fc2
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.0.0"
uses: "docker/metadata-action@v5.3.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.0.0"
uses: "docker/metadata-action@v5.3.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.0.0"
uses: "docker/metadata-action@v5.3.0"
with:
images: "${{env.REGISTRY}}/${{env.IMAGE_NAME}}"
tags: |-
Expand Down

0 comments on commit 3b76fc2

Please sign in to comment.