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

This commit is contained in:
renovate[bot]
2024-07-23 20:58:06 +00:00
committed by GitHub
parent e55c48e14c
commit 775ecce48c

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