Skip to content

Commit

Permalink
fix(dependencies): upgrade docker/metadata-action from v5.5.0 to v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jan 31, 2024
1 parent 99bd120 commit 5892091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# This step uses [docker/metadata-action](/~https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.5.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.IMAGE_NAME }}
tags: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# This step uses [docker/metadata-action](/~https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.5.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.IMAGE_NAME }}
tags: |
Expand Down

0 comments on commit 5892091

Please sign in to comment.