Skip to content

Commit

Permalink
chore(deps): bump docker/metadata-action from 4 to 5
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>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 71d7c44 commit 5d5e107
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# will tag contianers with ${{ github.event.inputs.version }} and latest
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=,value=${{ github.event.inputs.version }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path: 'helm'
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=,value=${{ github.event.inputs.version }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
path: 'helm'
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=-2.2.3,value=${{ github.event.inputs.version }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
path: 'helm'
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=-3.1.x,value=${{ github.event.inputs.version }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
path: 'helm'
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=-4.0.x,value=${{ github.event.inputs.version }}
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
path: 'helm'
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=,value=${{ github.event.inputs.version }}
Expand Down

0 comments on commit 5d5e107

Please sign in to comment.