mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-04-26 20:47:46 +02:00
Update docker/metadata-action action to v4 (#165)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -206,7 +206,7 @@ jobs:
|
|||||||
echo ${{ github.ref_name }} > VERSION
|
echo ${{ github.ref_name }} > VERSION
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
- uses: docker/build-push-action@v2
|
- uses: docker/build-push-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user