Skip to content

Commit 584b817

Browse files
committed
Update Docker
1 parent dadb672 commit 584b817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Docker Meta
7979
id: meta
80-
uses: docker/metadata-action@v5
80+
uses: docker/metadata-action@v6
8181
with:
8282
images: |
8383
ghcr.io/${{ github.repository }}
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Docker Meta Alpine
9494
id: meta-alpine
95-
uses: docker/metadata-action@v5
95+
uses: docker/metadata-action@v6
9696
with:
9797
images: |
9898
ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)