diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index f9f44d2..1c531d9 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.short-sha.outputs.short-sha }}" \ No newline at end of file + #run: echo "The image ID is: ${{ steps.short-sha.outputs.short-sha }}" + run: "test" \ No newline at end of file