Skip to content

Commit 4f0836d

Browse files
Update docker/metadata-action action to v6 (#1056)
| datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | docker/metadata-action | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5002a72 commit 4f0836d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-openresty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Docker meta
5151
id: meta
52-
uses: docker/metadata-action@v5
52+
uses: docker/metadata-action@v6
5353
with:
5454
images: |
5555
name=opentracing/openresty,enable=${{ github.event_name != 'pull_request' }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Docker meta
6666
id: meta
67-
uses: docker/metadata-action@v5
67+
uses: docker/metadata-action@v6
6868
with:
6969
images: |
7070
name=opentracing/nginx-opentracing,enable=${{ github.event_name != 'pull_request' }}

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Docker meta
120120
id: meta
121-
uses: docker/metadata-action@v5
121+
uses: docker/metadata-action@v6
122122
with:
123123
context: git
124124
images: |

0 commit comments

Comments
 (0)