Skip to content

Commit ddf2e5f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/setup-qemu-action-4
2 parents 2ad4ce4 + 2c8d83a commit ddf2e5f

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
@@ -25,12 +25,12 @@ jobs:
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v4
2727
- name: Login to DockerHub
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
username: ${{secrets.DOCKER_HUB_USERNAME}}
3131
password: ${{secrets.DOCKER_HUB_PASSWORD}}
3232
- name: Build and Push to DockerHub
33-
uses: docker/build-push-action@v6
33+
uses: docker/build-push-action@v7
3434
with:
3535
context: .
3636
push: true

0 commit comments

Comments
 (0)