1 parent cabf975 commit 3938b26Copy full SHA for 3938b26
1 file changed
.github/workflows/docker-image.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Check out the repo
14
uses: actions/checkout@v6
15
- name: Log in to Docker Hub
16
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
17
with:
18
username: ${{ github.repository_owner }}
19
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments