We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfc1e5 commit a917a53Copy full SHA for a917a53
.github/workflows/container.yml
@@ -31,11 +31,7 @@ jobs:
31
repository: libretime/libretime-${{ matrix.target }}
32
readme-filepath: ./README.md
33
34
- # This cannot be upgraded until we develop a workaround for medata-action
35
- # appending cwd:// to the bake-file output. 5.5 is not compatible with
36
- # upload-artifact
37
- # https://github.com/docker/metadata-action/issues/381
38
- - uses: docker/[email protected]
+ - uses: docker/metadata-action@v5
39
id: meta
40
with:
41
bake-target: ${{ matrix.target }}
0 commit comments