Skip to content

Commit d70531d

Browse files
author
updatecli
committed
chore: deps(github): bump Action tag for docker/login-action from v3....
... 4.0 to v3.6.0 Made with ❤️️ by updatecli
1 parent 4f419d4 commit d70531d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4848
- name: Login to GitHub Docker Registry
49-
uses: docker/login-action@v3.4.0
49+
uses: docker/login-action@v3.6.0
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)