Skip to content

Commit d51972b

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update docker/build-push-action action to v6
1 parent 9a517ce commit d51972b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Build and Push Docker Images
22-
uses: docker/build-push-action@v1
22+
uses: docker/build-push-action@v6
2323
with:
2424
username: ${{ secrets.DOCKER_USERNAME }}
2525
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)