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