Skip to content

Commit

Permalink
Bump docker/metadata-action from 4 to 5 (#679)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 1cf0d8e commit 65bb9fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
check-latest: true
- name: OCI Metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: rabbitmqoperator/messaging-topology-operator
# generate Docker tags based on the following events/attributes
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: OCI Metadata for single-arch amd64 image
id: single-arch-meta-amd64
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
rabbitmqoperator/messaging-topology-operator
Expand All @@ -98,7 +98,7 @@ jobs:
labels: ${{ steps.single-arch-meta-amd64.outputs.labels }}
- name: OCI Metadata for single-arch arm64 image
id: single-arch-meta-arm64
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
rabbitmqoperator/messaging-topology-operator
Expand Down

0 comments on commit 65bb9fe

Please sign in to comment.