Fix AutoGPT Docker cache purge workflow

This commit is contained in:
Reinier van der Leer
2023-10-16 22:32:55 -07:00
parent 265255120b
commit 1eadc64dc0

View File

@@ -25,6 +25,7 @@ jobs:
name: Build image
uses: docker/build-push-action@v3
with:
context: autogpts/autogpt
build-args: BUILD_TYPE=${{ matrix.build-type }}
load: true # save to docker images
# use GHA cache as read-only