aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 01:17:07 +0000
committerLibravatar GitHub <noreply@github.com>2023-09-13 01:17:07 +0000
commit0f1549c09eebacc92beec7b64a5a0c1de3559a90 (patch)
tree3f6a05c7a042969850f3b7eed7d75e40bcbe6d84
parentUpdate submodules [skip ci] (diff)
downloadferdium-server-dependabot/github_actions/docker/login-action-3.tar.gz
ferdium-server-dependabot/github_actions/docker/login-action-3.tar.zst
ferdium-server-dependabot/github_actions/docker/login-action-3.zip
Bump docker/login-action from 2 to 3dependabot/github_actions/docker/login-action-3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index cd34278..335135a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -83,7 +83,7 @@ jobs:
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
86 uses: docker/login-action@v2 86 uses: docker/login-action@v3
87 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}} 87 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
88 with: 88 with:
89 registry: ghcr.io 89 registry: ghcr.io
@@ -91,7 +91,7 @@ jobs:
91 password: ${{ secrets.GITHUB_TOKEN }} 91 password: ${{ secrets.GITHUB_TOKEN }}
92 - 92 -
93 name: Login to DockerHub 93 name: Login to DockerHub
94 uses: docker/login-action@v2 94 uses: docker/login-action@v3
95 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}} 95 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
96 with: 96 with:
97 username: ${{ secrets.DOCKERHUB_USERNAME }} 97 username: ${{ secrets.DOCKERHUB_USERNAME }}