aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 01:17:16 +0000
committerLibravatar GitHub <noreply@github.com>2023-09-13 01:17:16 +0000
commit11c3c3fb32ac34915363685caf5967b07fa31b7d (patch)
tree092d531c8a133919412d0f1413ccdb07f24e7fb3
parentUpdate submodules [skip ci] (diff)
downloadferdium-server-dependabot/github_actions/docker/metadata-action-5.tar.gz
ferdium-server-dependabot/github_actions/docker/metadata-action-5.tar.zst
ferdium-server-dependabot/github_actions/docker/metadata-action-5.zip
Bump docker/metadata-action from 4 to 5dependabot/github_actions/docker/metadata-action-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>
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index cd34278..b64f343 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -63,7 +63,7 @@ jobs:
63 name: Docker meta 63 name: Docker meta
64 id: meta 64 id: meta
65 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}} 65 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
66 uses: docker/metadata-action@v4 66 uses: docker/metadata-action@v5
67 with: 67 with:
68 # list of Docker images to use as base name for tags 68 # list of Docker images to use as base name for tags
69 images: | 69 images: |