Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action action to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent 0847956 commit 4de4d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:

- name: Extract am metadata (tags, labels) for Docker
id: am-metadata
uses: docker/metadata-action@v5.3.0
uses: docker/metadata-action@v5.5.0
with:
images: ${{ env.REGISTRY }}/${{ env.APP_IMAGE_NAME }}

- name: Extract rsyslog metadata (tags, labels) for Docker
id: rsyslog-metadata
uses: docker/metadata-action@v5.3.0
uses: docker/metadata-action@v5.5.0
with:
images: ${{ env.REGISTRY }}/${{ env.APP_IMAGE_NAME }}-rsyslog

Expand Down

0 comments on commit 4de4d3c

Please sign in to comment.