Skip to content

Commit 1c03b71

Browse files
Bump docker/login-action from 1.12.0 to 1.13.0 (#82)
1 parent 894addd commit 1c03b71

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.12.0
53+
uses: docker/login-action@v1.13.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.12.0
60+
uses: docker/login-action@v1.13.0
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}

0 commit comments

Comments
 (0)