From 30724ceee3f5dc5e7b7499f2f09ebfeefd9fd776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 17:08:32 +0000 Subject: [PATCH] Bump docker/login-action from 1 to 2 (#21) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 547ad8a..325306b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,13 +18,13 @@ jobs: - uses: docker/setup-buildx-action@v2 - name: Login to default Container Registry - uses: docker/login-action@v1 # Action page: + uses: docker/login-action@v2 # Action page: with: username: ${{ secrets.DOCKER_LOGIN }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry - uses: docker/login-action@v1 # Action page: + uses: docker/login-action@v2 # Action page: with: registry: ghcr.io username: ${{ github.actor }}