diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aededaf..b8f25ebf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: 'Build image' id: build - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 with: context: . outputs: type=docker,dest=/tmp/image.tar