From 345c02acd0962e5689c4851fff3e4416135ef1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 18:59:49 +0100 Subject: [PATCH] Bump docker/login-action from 1 to 1.9.0 (#7) Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e54ad74..ad06087 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,14 +29,14 @@ jobs: - name: Login DockerHub id: dockerLogin - uses: docker/login-action@v1 + uses: docker/login-action@v1.9.0 with: username: ${{ secrets.DOCKERHUB_BOT_USERNAME }} password: ${{ secrets.DOCKERHUB_BOT_TOKEN }} - name: Login Github Container Registry id: githubContainerRegistryLogin - uses: docker/login-action@v1 + uses: docker/login-action@v1.9.0 with: registry: "ghcr.io" username: "danopstech"