Skip to content

Commit bb93d3a

Browse files
ci(github-action): update action docker/login-action (v4.0.0 → v4.1.0)
1 parent dc4e39e commit bb93d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: set up docker buildx
5656
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
5757
- name: log in to github container registry (ghcr)
58-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
58+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5959
with:
6060
registry: ghcr.io
6161
username: ${{ github.actor }} # gh actions runner identity

0 commit comments

Comments
 (0)