Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/npm_and_yarn/autogpt_platform/fron…
Browse files Browse the repository at this point in the history
…tend/dev/development-dependencies-a8877164dc
  • Loading branch information
majdyz authored Nov 27, 2024
2 parents 0ce3c33 + 772baff commit 32cee22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/classic-autogpt-docker-cache-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- id: build
name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: classic/
file: classic/Dockerfile.autogpt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/classic-autogpt-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- id: build
name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: classic/
file: classic/Dockerfile.autogpt
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

- id: build
name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: classic/
file: classic/Dockerfile.autogpt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/classic-autogpt-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- id: build
name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: classic/
file: Dockerfile.autogpt
Expand Down

0 comments on commit 32cee22

Please sign in to comment.