Skip to content

Commit 26ab0bd

Browse files
chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (#48)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 2587589 + 699dacc commit 26ab0bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ jobs:
111111
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v3.7.1
112112

113113
- name: Login to DockerHub
114-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
114+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
115115
with:
116116
username: ${{ secrets.DOCKER_HUB_USERNAME }}
117117
password: ${{ secrets.DOCKER_HUB_TOKEN }}
118118

119119
- name: Login to GitHub Container Registry
120-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
120+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
121121
with:
122122
registry: ghcr.io
123123
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)