Skip to content

Commit 473d64f

Browse files
chore(deps): update docker/metadata-action action to v6
1 parent c98efa3 commit 473d64f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd-ghcr.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.GITHUB_TOKEN }}
5252
- name: Docker meta
5353
id: docker_action_meta
54-
uses: docker/metadata-action@v5
54+
uses: docker/metadata-action@v6
5555
with:
5656
images: ghcr.io/${{ github.repository }}/${{ matrix.container }}
5757
tags: |

.github/workflows/ci-lite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
- name: Docker meta
7474
id: docker_action_meta
75-
uses: docker/metadata-action@v5
75+
uses: docker/metadata-action@v6
7676
with:
7777
images: ghcr.io/${{ github.repository }}/container3lite
7878
tags: |

.github/workflows/ci-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
- name: Docker meta
7474
id: docker_action_meta
75-
uses: docker/metadata-action@v5
75+
uses: docker/metadata-action@v6
7676
with:
7777
images: ghcr.io/${{ github.repository }}/container3
7878
tags: |

0 commit comments

Comments
 (0)