Skip to content

Commit d2abfec

Browse files
committed
remove redundant push argument from Docker build configuration
1 parent dbb2ffb commit d2abfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-agent-framework-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: 'Build Images'
7575
env:
76-
DOCKER_BUILD_ARGS: "--push --platform linux/amd64"
76+
DOCKER_BUILD_ARGS: "--platform linux/amd64"
7777
DOCKER_BUILDER: "docker buildx"
7878
BUILD_ARGS: "--platform linux/amd64"
7979
run: |

0 commit comments

Comments
 (0)