Skip to content

Commit e7b5539

Browse files
ci(deps): bump docker/login-action from 4.2.0 to 4.4.0 (#31)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a90513 commit e7b5539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ jobs:
130130
131131
- name: Login to docker.io
132132
if: ${{ env.DOCKER_PUSH }}
133-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
133+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
134134
with:
135135
username: ${{ secrets.DOCKER_HUB_USERNAME }}
136136
password: ${{ secrets.DOCKER_HUB_TOKEN }}
137137

138138

139139
- name: Login to ghcr.io
140140
if: ${{ env.DOCKER_PUSH_GHCR }}
141-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
141+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
142142
with:
143143
registry: ghcr.io
144144
username: ${{ github.actor }}

0 commit comments

Comments
 (0)