From 7df8198defcb4c66b706e63f0abe036f9a2fb514 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:25:38 +0000 Subject: [PATCH] Update docker/login-action action to v3 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 57eeafd..a1d524f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -32,12 +32,12 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Log in to GitHub Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}