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) }}