From 48fbf4450741ee380f6e94f5fa099c86ce7f631b Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 13 Jun 2025 20:46:48 +0000 Subject: [PATCH] Update '.gitea/workflows/build-push.yaml' --- .gitea/workflows/build-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 4a30fef..c30db03 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -36,5 +36,5 @@ jobs: push: true 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 + - name: Print Image ID + run: echo "The image ID is: ${{ steps.build_push_rgbboard.outputs.imageid }}" \ No newline at end of file