We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e95f50e + c448632 commit 947f651Copy full SHA for 947f651
1 file changed
.github/workflows/docker-builds.yml
@@ -46,7 +46,7 @@ jobs:
46
password: ${{ secrets[matrix.password_secret] }}
47
- name: Extract metadata (tags, labels) for Docker
48
id: meta
49
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
50
with:
51
images: ${{ matrix.image }}
52
- name: Build and push
0 commit comments