aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-06 01:34:59 +0000
committerLibravatar GitHub <noreply@github.com>2022-05-06 01:34:59 +0000
commit44d3e17a33829c3f19a1634b44bdf154261106fb (patch)
tree8cd908afe161cc7d84b41e9d8cca7bf5976d4af2
parentUpdate docker image to the latest on the DockerHub (#22) (diff)
downloadferdium-server-dependabot/github_actions/docker/login-action-2.tar.gz
ferdium-server-dependabot/github_actions/docker/login-action-2.tar.zst
ferdium-server-dependabot/github_actions/docker/login-action-2.zip
Bump docker/login-action from 1 to 2dependabot/github_actions/docker/login-action-2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index a06726b..8e64419 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -32,7 +32,7 @@ jobs:
32 uses: docker/setup-buildx-action@v1 32 uses: docker/setup-buildx-action@v1
33 - 33 -
34 name: Login to GitHub Container Registry 34 name: Login to GitHub Container Registry
35 uses: docker/login-action@v1 35 uses: docker/login-action@v2
36 with: 36 with:
37 registry: ghcr.io 37 registry: ghcr.io
38 username: ${{ github.repository_owner }} 38 username: ${{ github.repository_owner }}