summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-15 11:09:35 +0000
committerEmanuele Torre <torreemanuele6@gmail.com>2023-09-15 13:42:32 +0200
commitf3a46a62decf1f8a4d91adaeb9b133f2e4365339 (patch)
tree1b03714cf844e82f6baff3b32736b2da59ce6dfd /.github
parente69398ea0fa7f0150c392556cc999fa8273a83dc (diff)
Bump docker/metadata-action from 4 to 5
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](https://github.com/docker/metadata-action/compare/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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d591a9b..75eba10c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -326,7 +326,7 @@ jobs:
ENTRYPOINT ["/jq"]
EOF
- name: Docker metadata
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
id: metadata
with:
images: ghcr.io/${{ github.repository }}