Skip to content

Commit

Permalink
chore(deps): bump docker/metadata-action from 4 to 5 (argoproj#3032)
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Philip Clark <[email protected]>
  • Loading branch information
dependabot[bot] authored and phclark committed Oct 13, 2023
1 parent bc5f161 commit e25db14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Docker meta (controller)
id: controller-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
quay.io/argoproj/argo-rollouts
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Docker meta (plugin)
id: plugin-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
quay.io/argoproj/kubectl-argo-rollouts
Expand Down

0 comments on commit e25db14

Please sign in to comment.