Skip to content

Commit

Permalink
Bump docker/metadata-action from 4 to 5 (#129)
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>
Co-authored-by: Stephan Schnabel <[email protected]>
  • Loading branch information
dependabot[bot] and sschnabe authored Oct 5, 2023
1 parent aa1da90 commit e5cc2fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GIT_ACTION_TOKEN }}
- name: docker/metadata-action temurin
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
id: temurin
with:
images: |
Expand All @@ -55,7 +55,7 @@ jobs:
${{ env.major }}-temurin
${{ env.major }}-${{ env.timestamp }}-temurin
- name: docker/metadata-action temurin-import
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
id: temurin-import
with:
images: |
Expand All @@ -75,7 +75,7 @@ jobs:
${{ env.major }}-temurin-import
${{ env.major }}-${{ env.timestamp }}-temurin-import
- name: docker/metadata-action distroless
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
id: distroless
with:
images: |
Expand All @@ -89,7 +89,7 @@ jobs:
${{ env.major }}-distroless
${{ env.major }}-${{ env.timestamp }}-distroless
- name: docker/metadata-action distroless-import
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
id: distroless-import
with:
images: |
Expand Down

0 comments on commit e5cc2fb

Please sign in to comment.