Skip to content

Commit bd72a49

Browse files
authored
Merge pull request #21 from REChain-Network-Solutions/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 23cef11 + 5dee149 commit bd72a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

149149
- name: Login to Docker Hub
150-
uses: docker/login-action@v2
150+
uses: docker/login-action@v3
151151
with:
152152
username: ${{ secrets.DOCKER_USERNAME }}
153153
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release.yml

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

7878
- name: Log in to Container Registry
79-
uses: docker/login-action@v2
79+
uses: docker/login-action@v3
8080
with:
8181
registry: ${{ env.REGISTRY }}
8282
username: ${{ github.actor }}

0 commit comments

Comments
 (0)