Skip to content

Commit 833c371

Browse files
chore(deps): update docker/login-action action to v4.3.0
1 parent 887df90 commit 833c371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
- name: Set up QEMU
4646
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v41.0
4747
- name: Login to Docker Hub
48-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
48+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
4949
with:
5050
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5151
password: ${{ secrets.DOCKER_HUB_TOKEN }}
5252
- name: Login to GitHub Container Registry
53-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
53+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}

0 commit comments

Comments
 (0)