Skip to content

Commit 875d8fb

Browse files
committed
2 parents 176f8e6 + d5f6036 commit 875d8fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
5151
- name: Login to DockerHub
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@v1.13.0
53+
uses: docker/login-action@v1.14.0
5454
with:
5555
username: ${{ secrets.DOCKERHUB_USERNAME }}
5656
password: ${{ secrets.DOCKERHUB_TOKEN }}
5757

5858
- name: Login to GitHub Container Registry
5959
if: github.event_name != 'pull_request'
60-
uses: docker/login-action@v1.13.0
60+
uses: docker/login-action@v1.14.0
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}

0 commit comments

Comments
 (0)