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
This commit is contained in:
Kyle Robbertze 2024-01-30 17:15:15 +00:00 committed by GitHub
parent dab6c486b8
commit 3d13f41bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@ jobs:
repository: libretime/libretime-${{ matrix.target }} repository: libretime/libretime-${{ matrix.target }}
readme-filepath: ./README.md 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 id: meta
with: with:
bake-target: ${{ matrix.target }} bake-target: ${{ matrix.target }}