diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1995baf..3e89b12 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -99,6 +99,7 @@ jobs:
           buildkitd-flags: --allow-insecure-entitlement security.insecure
       -
         name: Build and push
+        id: docker_build
         uses: ./
         with:
           context: ./test
@@ -153,6 +154,7 @@ jobs:
           buildkitd-flags: --allow-insecure-entitlement security.insecure
       -
         name: Build and push
+        id: docker_build
         uses: ./
         env:
           GIT_AUTH_TOKEN: ${{ github.token }}