Skip to content

Commit

Permalink
Merge pull request #61 from dokku/dependabot/github_actions/docker/me…
Browse files Browse the repository at this point in the history
…tadata-action-5

chore(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
josegonzalez authored Sep 17, 2023
2 parents 2e41f57 + 7fec1f8 commit 054642f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
dokku/wait
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
dokku/wait
Expand Down

0 comments on commit 054642f

Please sign in to comment.