Skip to content

Commit

Permalink
Bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [docker/metadata-action](https://github.com/docker/metadata-action) and [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description).


Updates `docker/metadata-action` from 5.4.0 to 5.5.1
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.4.0...v5.5.1)

Updates `peter-evans/dockerhub-description` from 3.4.2 to 4.0.0
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases)
- [Commits](peter-evans/dockerhub-description@v3.4.2...v4.0.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: peter-evans/dockerhub-description
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 20, 2024
1 parent 3213dca commit fd62d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- id: meta
uses: docker/metadata-action@v5.4.0
uses: docker/metadata-action@v5.5.1
with:
images: |
kineticcafe/sqitch-pgtap
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- uses: peter-evans/dockerhub-description@v3.4.2
- uses: peter-evans/dockerhub-description@v4.0.0
with:
repository: kineticcafe/sqitch-pgtap
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit fd62d31

Please sign in to comment.