Skip to content

Commit 54ee6e6

Browse files
ci(deps): bump docker/login-action (#59)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61f02bc commit 54ee6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- name: Login to Docker Hub
27-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
27+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2828
with:
2929
username: ${{ secrets.BOT_DOCKER_USERNAME }}
3030
password: ${{ secrets.BOT_DOCKER_TOKEN }}
3131
- name: Login to GitHub Container Registry
32-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
32+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ secrets.BOT_USER }}

0 commit comments

Comments
 (0)