Skip to content

Commit 9fbcb7f

Browse files
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76ae79d commit 9fbcb7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: docker/setup-buildx-action@v3
110110

111111
- name: Login to Docker Hub
112-
uses: docker/login-action@v3
112+
uses: docker/login-action@v4
113113
with:
114114
username: ${{ secrets.DOCKERHUB_USERNAME }}
115115
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/frontend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: docker/setup-buildx-action@v3
123123

124124
- name: Login to Docker Hub
125-
uses: docker/login-action@v3
125+
uses: docker/login-action@v4
126126
with:
127127
username: ${{ secrets.DOCKERHUB_USERNAME }}
128128
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/satellite-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/setup-buildx-action@v3
105105

106106
- name: Login to Docker Hub
107-
uses: docker/login-action@v3
107+
uses: docker/login-action@v4
108108
with:
109109
username: ${{ secrets.DOCKERHUB_USERNAME }}
110110
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)