Skip to content

Commit 1d1e90b

Browse files
committed
Update docker-image.yml
1 parent 0593a4b commit 1d1e90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
2121
-
2222
name: Login to Docker Hub
23-
uses: docker/login-action@v2
23+
uses: docker/login-action@v3
2424
with:
2525
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2626
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3
3030
-
3131
name: Build and push
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
with:
3434
context: .
3535
file: Dockerfile

0 commit comments

Comments
 (0)