Thanks to visit codestin.com Credit goes to github.com
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 88a2933 commit 1998314Copy full SHA for 1998314
.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