Skip to content

Commit 193b137

Browse files
chore(deps): update docker/metadata-action action to v6
1 parent c58ab88 commit 193b137

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.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
images: pgautoupgrade/pgautoupgrade
124124
flavor: |

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# https://github.com/docker/metadata-action
4242
- name: Extract container metadata
4343
id: meta
44-
uses: docker/metadata-action@v5
44+
uses: docker/metadata-action@v6
4545
with:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

0 commit comments

Comments
 (0)