From 8ed00c76d339aa37bd7d01ff70fb0b4f19c7daff Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 13 Jun 2025 20:50:00 +0000 Subject: [PATCH] Update '.gitea/workflows/build-push.yaml' --- .gitea/workflows/build-push.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 60d6d44..f9f44d2 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -37,5 +37,4 @@ 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 }}" - run: echo "test" \ No newline at end of file + run: echo "The image ID is: ${{ steps.short-sha.outputs.short-sha }}" \ No newline at end of file