mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-04-16 18:51:01 +00:00
ci: bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
67ab97ed64
commit
00dbe25e19
4
.github/workflows/build-publish.yml
vendored
4
.github/workflows/build-publish.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Docker tags for Debian based image
|
- name: Get Docker tags for Debian based image
|
||||||
id: docker_meta_debian
|
id: docker_meta_debian
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/nginx-proxy/nginx-proxy
|
ghcr.io/nginx-proxy/nginx-proxy
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Docker tags for Alpine based image
|
- name: Get Docker tags for Alpine based image
|
||||||
id: docker_meta_alpine
|
id: docker_meta_alpine
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/nginx-proxy/nginx-proxy
|
ghcr.io/nginx-proxy/nginx-proxy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user