Skip to content

Commit 303c75a

Browse files
Update docker/login-action action to v4
1 parent df95571 commit 303c75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414

1515
- name: Login to Docker Hub
16-
uses: docker/login-action@v3
16+
uses: docker/login-action@v4
1717
with:
1818
username: firecow
1919
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)