Skip to content

Commit b337ed9

Browse files
authored
Merge pull request #291 from python-discord/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents f62d008 + 6ccd498 commit b337ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forms-backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
password: ${{ secrets.GITHUB_TOKEN }}
7979

8080
- name: Build and push
81-
uses: docker/build-push-action@v2
81+
uses: docker/build-push-action@v6
8282
with:
8383
context: .
8484
file: ./Dockerfile

0 commit comments

Comments
 (0)