Skip to content

Commit 28900b6

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 14e98a2 commit 28900b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
username: ${{ secrets.DOCKERHUB_USERNAME }}
4141
password: ${{ secrets.DOCKERHUB_TOKEN }}
4242
- name: Build and export to Docker
43-
uses: docker/build-push-action@v4
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: .
4646
load: true
@@ -54,7 +54,7 @@ jobs:
5454
sudo rm -rf ./data
5555
- name: Build and push
5656
id: docker_build
57-
uses: docker/build-push-action@v4
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
push: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)