aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-28 12:13:56 +0100
committerLibravatar GitHub <noreply@github.com>2023-09-28 12:13:56 +0100
commitc2519b7240f05b5b418b42cbbe36b9f59881b77d (patch)
tree9db4e5fa2597add905b44924963957d0628c2bd1
parentBump docker/build-push-action from 4 to 5 (#74) (diff)
downloadferdium-server-c2519b7240f05b5b418b42cbbe36b9f59881b77d.tar.gz
ferdium-server-c2519b7240f05b5b418b42cbbe36b9f59881b77d.tar.zst
ferdium-server-c2519b7240f05b5b418b42cbbe36b9f59881b77d.zip
Bump docker/metadata-action from 4 to 5 (#75)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 7884d96..5db6d6b 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: |