aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 01:17:10 +0000
committerLibravatar GitHub <noreply@github.com>2023-09-13 01:17:10 +0000
commitd1f1b5ccca51a45da9813c42bad63ad4630c9756 (patch)
tree606c467ef796f09fc0cdd90183b167ece0bc885c
parentUpdate submodules [skip ci] (diff)
downloadferdium-server-dependabot/github_actions/docker/setup-buildx-action-3.tar.gz
ferdium-server-dependabot/github_actions/docker/setup-buildx-action-3.tar.zst
ferdium-server-dependabot/github_actions/docker/setup-buildx-action-3.zip
Bump docker/setup-buildx-action from 2 to 3dependabot/github_actions/docker/setup-buildx-action-3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-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..6025e46 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -79,7 +79,7 @@ jobs:
79 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}} 79 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
80 - 80 -
81 name: Set up Docker Buildx 81 name: Set up Docker Buildx
82 uses: docker/setup-buildx-action@v2 82 uses: docker/setup-buildx-action@v3
83 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}} 83 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
84 - 84 -
85 name: Login to GitHub Container Registry 85 name: Login to GitHub Container Registry