We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfef05 commit dad5fe9Copy full SHA for dad5fe9
2 files changed
.github/workflows/build-backend-image.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Extract metadata
33
id: meta
34
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
35
with:
36
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
37
tags: |
.github/workflows/build-frontend-image.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments