Skip to content

Commit 0cb9ee7

Browse files
Update docker/login-action action to v4.2.0 (#2999)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent feda5f0 commit 0cb9ee7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push-container-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
with:
2323
version: ${{ inputs.version }}
2424
- name: Log in to GitHub container registry
25-
uses: docker/login-action@v4.1.0
25+
uses: docker/login-action@v4.2.0
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Login to Docker Hub
31-
uses: docker/login-action@v4.1.0
31+
uses: docker/login-action@v4.2.0
3232
with:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Set up Docker Buildx
148148
uses: docker/setup-buildx-action@v4.0.0
149149
- name: Log in to GitHub container registry
150-
uses: docker/login-action@v4.1.0
150+
uses: docker/login-action@v4.2.0
151151
with:
152152
registry: ghcr.io
153153
username: ${{ github.actor }}

0 commit comments

Comments
 (0)