mirror of
https://github.com/mkuf/prind.git
synced 2025-10-27 16:26:19 +01:00
chore(deps): update docker/login-action action to v3.1.0 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: "[prind] set up build environment"
|
- name: "[prind] set up build environment"
|
||||||
uses: ./.github/actions/image-build-common
|
uses: ./.github/actions/image-build-common
|
||||||
- name: "[docker] login"
|
- name: "[docker] login"
|
||||||
uses: docker/login-action@v3.0.0
|
uses: docker/login-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user