Skip to content

Commit

Permalink
chore(deps): bump docker/metadata-action from 3 to 4 (argoproj#2292)
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
- [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@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and jenciso committed Oct 25, 2022
1 parent bf96cd4 commit aa3764b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Docker meta (controller)
id: controller-meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: |
quay.io/argoproj/argo-rollouts
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Docker meta (plugin)
id: plugin-meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: |
quay.io/argoproj/kubectl-argo-rollouts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Docker meta (controller)
id: controller-meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: |
quay.io/argoproj/argo-rollouts
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Docker meta (plugin)
id: plugin-meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: |
quay.io/argoproj/kubectl-argo-rollouts
Expand Down

0 comments on commit aa3764b

Please sign in to comment.