diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7085ad9..9b4056c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -38,7 +38,7 @@ jobs: - name: Extract metadata for backend id: meta-backend - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.BACKEND_IMAGE }} tags: | @@ -49,7 +49,7 @@ jobs: - name: Extract metadata for frontend id: meta-frontend - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.FRONTEND_IMAGE }} tags: |