chore(deps): update docker/login-action action to v3.2.0

This commit is contained in:
renovate[bot]
2024-06-02 14:33:01 +00:00
committed by GitHub
parent 870c1dd75a
commit 1b0e88a94e

View File

@@ -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.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}