chore(deps): update docker/login-action action to v4.3.0

This commit is contained in:
renovate[bot]
2026-07-02 08:56:54 +00:00
committed by Wolfgang Walther
parent 69d21a82c9
commit a836fb5e37
+2 -2
View File
@@ -133,7 +133,7 @@ jobs:
with:
name: postgrest-docker-x86-64
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
with:
username: ${{ vars.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
@@ -192,7 +192,7 @@ jobs:
with:
name: postgrest-docker-x86-64
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}