We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e26744 commit 0616dbeCopy full SHA for 0616dbe
.github/workflows/publish_api.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Extract metadata (tags, labels) for Docker
43
id: meta
44
- uses: docker/metadata-action@418e4b98bf2841bd337d0b24fe63cb36dc8afa55
+ uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
45
with:
46
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
47
.github/workflows/publish_frontend.yml
@@ -39,7 +39,7 @@ jobs:
39
40
0 commit comments