From be0d3625227954ef324fb2c4d088b7e671a5d48e Mon Sep 17 00:00:00 2001 From: Roberts Slisans Date: Tue, 20 Feb 2024 13:29:57 +0200 Subject: [PATCH] optimize docker workflow for speed --- .github/workflows/publish-docker-image.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-image.yaml b/.github/workflows/publish-docker-image.yaml index 5ed57683..502c149e 100644 --- a/.github/workflows/publish-docker-image.yaml +++ b/.github/workflows/publish-docker-image.yaml @@ -32,8 +32,9 @@ jobs: android: true dotnet: true haskell: true - large-packages: true + large-packages: false swap-storage: false + docker-images: false # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1