Skip to content

Commit

Permalink
chore: Bump docker/metadata-action from 5.4.0 to 5.5.1
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.4.0...v5.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent f6d6628 commit 6314d1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Prepare tags for normal build
id: docker_meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Prepare tags for normal build
id: docker_meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Prepare tags for normal build
id: docker_meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Prepare tags for Alpine build
id: docker_meta_alpine
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/edge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Prepare tags for normal build
id: docker_meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Prepare tags for normal build
id: docker_meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Prepare tags for normal build
id: docker_meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Prepare tags for normal build
id: docker_meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down

0 comments on commit 6314d1a

Please sign in to comment.