Skip to content

Commit 81f15f0

Browse files
authored
Merge pull request #332 from solidnerd/dependabot/github_actions/docker/login-action-2
chore(deps): bump docker/login-action from 1 to 2
2 parents b1d007d + 12eda61 commit 81f15f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
uses: docker/setup-buildx-action@v2
8484
- name: Login to DockerHub
8585
if: github.event_name != 'pull_request'
86-
uses: docker/login-action@v1
86+
uses: docker/login-action@v2
8787
with:
8888
username: ${{ secrets.DOCKER_USERNAME }}
8989
password: ${{ secrets.DOCKER_PASSWORD }}
9090
- name: Login to GitHub Container Registry
91-
uses: docker/login-action@v1
91+
uses: docker/login-action@v2
9292
with:
9393
registry: ghcr.io
9494
username: ${{ github.repository_owner }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ jobs:
8181
uses: docker/setup-buildx-action@v2
8282
- name: Login to DockerHub
8383
if: github.event_name != 'pull_request'
84-
uses: docker/login-action@v1
84+
uses: docker/login-action@v2
8585
with:
8686
username: ${{ secrets.DOCKER_USERNAME }}
8787
password: ${{ secrets.DOCKER_PASSWORD }}
8888
- name: Login to GitHub Container Registry
89-
uses: docker/login-action@v1
89+
uses: docker/login-action@v2
9090
with:
9191
registry: ghcr.io
9292
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)