Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81f15f0

Browse filesBrowse files
authored
Merge pull request solidnerd#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
Copy full SHA for 81f15f0

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎.github/workflows/master.yml

Copy file name to clipboardExpand all lines: .github/workflows/master.yml
+2-2Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.