Skip to content

Commit

Permalink
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] authored Sep 13, 2023
1 parent b35a2bc commit b2ba216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/d4science-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta_base
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ github.repository_owner }}/notebooks-d4science-base
tags: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: eginotebooks/${{ matrix.image }}
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/egi-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta_base
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ github.repository_owner }}/notebooks-base
tags: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: eginotebooks/${{ matrix.image }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: eginotebooks/${{ matrix.image }}
tags: |
Expand Down

0 comments on commit b2ba216

Please sign in to comment.