Skip to content

Commit 8e645ff

Browse files
Bump docker/login-action from 1.14.0 to 1.14.1 (#224)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9469a04 commit 8e645ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868

6969
- name: Login to DockerHub
7070
if: github.event_name == 'release'
71-
uses: docker/[email protected].0
71+
uses: docker/[email protected].1
7272
with:
7373
username: ${{ secrets.DOCKERHUB_USERNAME }}
7474
password: ${{ secrets.DOCKERHUB_TOKEN }}
7575

7676
- name: Login to GitHub Container Registry
7777
if: github.event_name == 'release'
78-
uses: docker/[email protected].0
78+
uses: docker/[email protected].1
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)