From 51668c7f24bfa444d61be6f7fcb610201d9dac21 Mon Sep 17 00:00:00 2001 From: Samuel Jones Date: Mon, 20 May 2024 14:32:17 +0100 Subject: [PATCH] Update build-and-push.yml --- .github/workflows/build-and-push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index d359b91..1abcff1 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -29,6 +29,7 @@ jobs: password: ${{ secrets.WRITE_PACKAGE_TOKEN }} - name: Build and push run-detection Docker image + id: docker_build uses: docker/build-push-action@v5 with: file: ./container/rundetection.D