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