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

Commit

Permalink
Bump docker/metadata-action from 3.5.0 to 3.6.0 (#389)
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v3.5.0...v3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2021
1 parent 99bdf46 commit 15bc5f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v3.5.0
uses: docker/metadata-action@v3.6.0
with:
images: gresearchdev/siembol-${{ matrix.component }}
flavor: |
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v3.5.0
uses: docker/metadata-action@v3.6.0
with:
images: gresearchdev/siembol-${{ matrix.component }}
flavor: |
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v3.5.0
uses: docker/metadata-action@v3.6.0
with:
images: gresearchdev/siembol-config-editor-ui
flavor: |
Expand Down

0 comments on commit 15bc5f3

Please sign in to comment.