Skip to content

Commit

Permalink
Update docker/metadata-action action to v5 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] authored Dec 27, 2023
1 parent c8f1b84 commit 1d1dcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Compute Labels
if: ${{ github.event_name == 'push' }}
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: quay.io/ffddorf/unms-exporter
# generate Docker tags based on the following events/attributes
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Compute Labels for fork
if: ${{ github.event_name == 'pull_request_target' }}
id: forkmeta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: quay.io/ffddorf/unms-exporter
# generate Docker tags based on the following events/attributes
Expand Down

0 comments on commit 1d1dcb5

Please sign in to comment.