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 4.4.0 to 4.6.0 (#…
Browse files Browse the repository at this point in the history
…175)

Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 4.4.0 to 4.6.0.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Commits](docker/metadata-action@v4.4.0...v4.6.0)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 30, 2023
1 parent 0b6243a commit 62cc26c
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@v4.4.0
uses: crazy-max/ghaction-docker-meta@v4.6.0
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@v4.4.0
uses: crazy-max/ghaction-docker-meta@v4.6.0
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@v4.4.0
uses: crazy-max/ghaction-docker-meta@v4.6.0
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@v4.4.0
uses: crazy-max/ghaction-docker-meta@v4.6.0
with:
images: ${{ secrets.RELEASE_REGISTRY }}/osm-edge-demo-${{ matrix.id }}
tags: |
Expand Down

0 comments on commit 62cc26c

Please sign in to comment.