From cd3c6f4889db055b6a09f9f9f4ab222bc9b57584 Mon Sep 17 00:00:00 2001 From: alexanderM91 Date: Thu, 17 Oct 2024 18:19:56 +0200 Subject: [PATCH] Notification + diff --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2928ea04..9e7a3eae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,7 @@ jobs: uses: docker/build-push-action@v2 with: push: ${{ github.ref == 'refs/heads/master' }} + load: true file: ${{ matrix.image }} tags: ${{ join(matrix.tags) }} platforms: ${{ join(matrix.platforms) }}