Replaces #13616 - Bump docker/metadata-action from 4 to 5

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-09-18 22:19:31 +01:00
parent 00df449e0b
commit a46a11d554
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ jobs:
# Get Metadata for docker_build step below
- name: Sync metadata (tags, labels) from GitHub to Docker for 'snipe-it' image
id: meta_build
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: snipe/snipe-it
tags: ${{ env.IMAGE_TAGS }}

View file

@ -63,7 +63,7 @@ jobs:
# Get Metadata for docker_build step below
- name: Sync metadata (tags, labels) from GitHub to Docker for 'snipe-it' image
id: meta_build
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: snipe/snipe-it
tags: ${{ env.IMAGE_TAGS }}