Skip to content

Commit 52a6e11

Browse files
authored
Merge pull request #137 from shizunge/dependabot/github_actions/docker/login-action-4.4.0
Bump docker/login-action from 4.2.0 to 4.4.0
2 parents 40eae48 + 8de3d1c commit 52a6e11

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ jobs:
141141
- name: Set up Docker Buildx
142142
uses: docker/setup-buildx-action@v4.1.0
143143
- name: Login to Docker Hub
144-
uses: docker/login-action@v4.2.0
144+
uses: docker/login-action@v4.4.0
145145
with:
146146
username: ${{ secrets.DOCKERHUB_USERNAME }}
147147
password: ${{ secrets.DOCKERHUB_PASSWORD }}
148148
- name: Login to GitHub Container Registry
149-
uses: docker/login-action@v4.2.0
149+
uses: docker/login-action@v4.4.0
150150
with:
151151
registry: ghcr.io
152152
username: ${{ github.repository_owner }}

.github/workflows/on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
- name: Set up Docker Buildx
8989
uses: docker/setup-buildx-action@v4.1.0
9090
- name: Login to Docker Hub
91-
uses: docker/login-action@v4.2.0
91+
uses: docker/login-action@v4.4.0
9292
with:
9393
username: ${{ secrets.DOCKERHUB_USERNAME }}
9494
password: ${{ secrets.DOCKERHUB_PASSWORD }}
9595
- name: Login to GitHub Container Registry
96-
uses: docker/login-action@v4.2.0
96+
uses: docker/login-action@v4.4.0
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)