From 06d7c363bcfdf16b51a3b0ad60bef527dd93af0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:08:33 +0100 Subject: [PATCH] chore(deps): update docker/login-action action to v3.1.0 (#136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/image-build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-build-and-publish.yaml b/.github/workflows/image-build-and-publish.yaml index d88c2cb..05cb2ac 100644 --- a/.github/workflows/image-build-and-publish.yaml +++ b/.github/workflows/image-build-and-publish.yaml @@ -19,7 +19,7 @@ jobs: - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[docker] login" - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}