From 417cbb64bc2c20acf8b4ef2822c02c71c63b352b Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 13 Jun 2025 20:41:50 +0000 Subject: [PATCH] Update '.gitea/workflows/build-push.yaml' --- .gitea/workflows/build-push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 747907d..4a30fef 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -31,10 +31,10 @@ jobs: - run: docker buildx ls - name: build push rgbboard uses: docker/build-push-action@master - id: build_push_rgbboard + #id: build_push_rgbboard with: 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