Skip to content

Commit 3b1018a

Browse files
Merge pull request #1505 from ral-facilities/renovate/docker-metadata-action-5.x
Update docker/metadata-action action to v5.8.0
2 parents 14a052e + 93c80de commit 3b1018a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Extract metadata (tags, labels, annotations) for Docker
5454
id: meta
55-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
55+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
5656
with:
5757
images: ${{ secrets.HARBOR_URL }}/scigateway
5858

.github/workflows/docker-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Extract metadata (tags, labels) for Docker
2323
id: meta
24-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
24+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
2525
with:
2626
images: ${{ secrets.HARBOR_URL }}/scigateway
2727
tags: |

0 commit comments

Comments
 (0)