From dd5f8f3740298c3e9b5511ca587498f64e415b7a Mon Sep 17 00:00:00 2001 From: 030 Date: Tue, 19 Dec 2023 15:06:20 +0100 Subject: [PATCH] build: Use dive image in action. --- .github/workflows/dive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dive.yml b/.github/workflows/dive.yml index d68c6241..3d099da5 100644 --- a/.github/workflows/dive.yml +++ b/.github/workflows/dive.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Build image run: docker build -t utrecht/n3dr:${{ github.sha }} . - - uses: 030/dive-action@v0.1.0 + - uses: 030/dive-action@image with: image: utrecht/n3dr:${{ github.sha }}