Skip to content

Commit e2efa6d

Browse files
authored
Merge pull request #161 from firecow/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents df95571 + 303c75a commit e2efa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)