build(deps): bump docker/metadata-action from 3.6.0 to 3.6.2
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](548e2346a9...e5622373a3)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6ea22b3acd
commit
db8a30a8da
2 changed files with 2 additions and 2 deletions
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@548e2346a9987b56d8a4104fe776321ff8e23440
|
uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ github.repository_owner }}/qbittorrent
|
${{ github.repository_owner }}/qbittorrent
|
||||||
|
|
|
||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@548e2346a9987b56d8a4104fe776321ff8e23440
|
uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ github.repository_owner }}/qbittorrent
|
${{ github.repository_owner }}/qbittorrent
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue