From 5f08c54034d9cadc759dbfb8daa630f7ab59d416 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 13 Jun 2025 20:48:04 +0000 Subject: [PATCH] Update '.gitea/workflows/build-push.yaml' --- .gitea/workflows/build-push.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index c30db03..60d6d44 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -37,4 +37,5 @@ jobs: tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} platforms: linux/arm64 - name: Print Image ID - run: echo "The image ID is: ${{ steps.build_push_rgbboard.outputs.imageid }}" \ No newline at end of file + #run: echo "The image ID is: ${{ steps.build_push_rgbboard.outputs.imageid }}" + run: echo "test" \ No newline at end of file