Fix typo in build-1.5.yml
authorPablo Zmdl <redacted>
Fri, 6 Jun 2025 15:28:13 +0000 (17:28 +0200)
committerPablo Zmdl <redacted>
Fri, 6 Jun 2025 15:28:13 +0000 (17:28 +0200)
.github/workflows/build-1.5.yml

index 1f528c1fde8c063a323a98239237d44699b24e0a..806d0765972cf8a1cbb0e0f9155b2d6af1af6505 100644 (file)
@@ -62,7 +62,8 @@ jobs:
         uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
         with:
           context: ${{ matrix.variant }}
-          push: load
+          push: false
+          load: true
           tags: ${{ matrix.docker-tag }}
 
       - name: Run tests
git clone https://git.99rst.org/PROJECT