Skip to content

Commit 1d1dcb5

Browse files
Update docker/metadata-action action to v5 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent c8f1b84 commit 1d1dcb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Compute Labels
1919
if: ${{ github.event_name == 'push' }}
2020
id: meta
21-
uses: docker/metadata-action@v4
21+
uses: docker/metadata-action@v5
2222
with:
2323
images: quay.io/ffddorf/unms-exporter
2424
# generate Docker tags based on the following events/attributes
@@ -44,7 +44,7 @@ jobs:
4444
- name: Compute Labels for fork
4545
if: ${{ github.event_name == 'pull_request_target' }}
4646
id: forkmeta
47-
uses: docker/metadata-action@v4
47+
uses: docker/metadata-action@v5
4848
with:
4949
images: quay.io/ffddorf/unms-exporter
5050
# generate Docker tags based on the following events/attributes

0 commit comments

Comments
 (0)