Skip to content

Commit 04bd6f8

Browse files
chore(deps): update docker/login-action action to v3.7.0 (#256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d0bd66 commit 04bd6f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-build-and-publish-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: "[prind] set up build environment"
4949
uses: ./.github/actions/image-build-common
5050
- name: "[docker] login"
51-
uses: docker/login-action@v3.6.0
51+
uses: docker/login-action@v3.7.0
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/image-build-and-publish-schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "[prind] set up build environment"
2323
uses: ./.github/actions/image-build-common
2424
- name: "[docker] login"
25-
uses: docker/login-action@v3.6.0
25+
uses: docker/login-action@v3.7.0
2626
with:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)