From 3d13f41bbdd2d383c7f75a546d3fa47d49d24431 Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Tue, 30 Jan 2024 17:15:15 +0000 Subject: [PATCH] ci: pin docker/metadata-action to working version (#2924) Pin docker/metadata-action to 5.4 until https://github.com/docker/metadata-action/issues/381 is fixed --- .github/workflows/container.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 29be28248..15bc60a09 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -31,7 +31,11 @@ jobs: repository: libretime/libretime-${{ matrix.target }} readme-filepath: ./README.md - - uses: docker/metadata-action@v5 + # This cannot be upgraded until we develop a workaround for medata-action + # appending cwd:// to the bake-file output. 5.5 is not compatible with + # upload-artifact + # https://github.com/docker/metadata-action/issues/381 + - uses: docker/metadata-action@v5.4.0 id: meta with: bake-target: ${{ matrix.target }}