mirror of https://github.com/openwrt/docker.git
build(deps): Bump docker/metadata-action from 5 to 6
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>pull/197/head
parent
3c2e773a0f
commit
731f8291a1
|
|
@ -192,7 +192,7 @@ jobs:
|
|||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/imagebuilder
|
||||
|
|
@ -284,7 +284,7 @@ jobs:
|
|||
|
||||
- name: Docker meta (tag or branch)
|
||||
id: meta_ref
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/sdk
|
||||
|
|
@ -298,7 +298,7 @@ jobs:
|
|||
|
||||
- name: Docker meta (version)
|
||||
id: meta_version
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/sdk
|
||||
|
|
@ -313,7 +313,7 @@ jobs:
|
|||
- name: Docker meta (master)
|
||||
if: needs.generate_matrix.outputs.ref == 'main'
|
||||
id: meta_master
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/sdk
|
||||
|
|
@ -328,7 +328,7 @@ jobs:
|
|||
- name: Docker meta (target and arch)
|
||||
if: needs.generate_matrix.outputs.version == 'SNAPSHOT'
|
||||
id: meta_target_arch
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/sdk
|
||||
|
|
@ -342,7 +342,7 @@ jobs:
|
|||
- name: Docker meta (latest)
|
||||
if: needs.generate_matrix.outputs.version == 'SNAPSHOT' && matrix.target == 'x86/64'
|
||||
id: meta_latest
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/sdk
|
||||
|
|
@ -451,7 +451,7 @@ jobs:
|
|||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/rootfs
|
||||
|
|
|
|||
Loading…
Reference in New Issue