Skip to content

Commit 714bbeb

Browse files
committed
Update actions
1 parent 5c1236c commit 714bbeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
password: ${{ secrets.DOCKER_HUB_APP_PASS }}
2222

2323
- name: Set up Docker Buildx
24-
uses: docker/setup-buildx-action@v1
24+
uses: docker/setup-buildx-action@v3
2525

2626
- name: Build and push
27-
uses: docker/build-push-action@v2
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
file: ./Dockerfile

0 commit comments

Comments
 (0)