mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
ci: Upgrade docker/build-push-action to v6 in workflow files
This commit is contained in:
parent
8ad3eb583a
commit
be957cd2ea
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-and-test.yaml
vendored
2
.github/workflows/build-and-test.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- id: build
|
||||
name: Build dev docker
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
|
|
|
|||
2
.github/workflows/code_coverage.yaml
vendored
2
.github/workflows/code_coverage.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- id: build
|
||||
name: Build dev docker
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
|
|
|
|||
2
.github/workflows/e2e_tests.yaml
vendored
2
.github/workflows/e2e_tests.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- id: build
|
||||
name: Build dev docker
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue