Skip to content

Commit

Permalink
Merge pull request #44 from Staffbase/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
monotek authored May 21, 2024
2 parents 67aaa6c + a2d8741 commit fec033c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Docker metadata action
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images:
patroni-exporter-local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Docker metadata action
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
staffbase/patroni-exporter
Expand Down

0 comments on commit fec033c

Please sign in to comment.