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