Skip to content

Commit b287691

Browse files
committed
fix(ci): use official docker metadata action
1 parent 28210fb commit b287691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Generate container metadata
101101
id: meta
102-
uses: crazy-max/ghaction-docker-meta@v4
102+
uses: docker/metadata-action@v4
103103
with:
104104
images: ${{ env.CONTAINER_IMAGE }}
105105
tags: |

0 commit comments

Comments
 (0)