diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9f18d62662..d3838269f0 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -31,11 +31,7 @@ jobs: repository: libretime/libretime-${{ matrix.target }} readme-filepath: ./README.md - # 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 + - uses: docker/metadata-action@v5 id: meta with: bake-target: ${{ matrix.target }}