Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump crazy-max/ghaction-docker-meta from 5.0.0 to 5.5.1
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.0.0 to 5.5.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Commits](docker/metadata-action@v5.0.0...v5.5.1)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent f0c7a18 commit 838e35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Docker meta - ${{ matrix.id }}
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.0.0
uses: crazy-max/ghaction-docker-meta@v5.5.1
with:
images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-${{ matrix.id }}
tags: |
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

- name: Docker meta - ${{ matrix.id }}
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.0.0
uses: crazy-max/ghaction-docker-meta@v5.5.1
with:
images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-demo-${{ matrix.id }}
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 @@ -155,7 +155,7 @@ jobs:

- name: Docker meta - ${{ matrix.id }}
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.0.0
uses: crazy-max/ghaction-docker-meta@v5.5.1
with:
images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-${{ matrix.id }}
tags: |
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

- name: Docker meta - ${{ matrix.id }}
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.0.0
uses: crazy-max/ghaction-docker-meta@v5.5.1
with:
images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-demo-${{ matrix.id }}
tags: |
Expand Down

0 comments on commit 838e35d

Please sign in to comment.