Update '.gitea/workflows/build-push.yaml'

This commit is contained in:
2025-06-13 20:41:50 +00:00
parent 4ab8667bd8
commit 417cbb64bc

View File

@@ -31,10 +31,10 @@ jobs:
- run: docker buildx ls - run: docker buildx ls
- name: build push rgbboard - name: build push rgbboard
uses: docker/build-push-action@master uses: docker/build-push-action@master
id: build_push_rgbboard #id: build_push_rgbboard
with: with:
push: true push: true
tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }}
platforms: linux/arm64 platforms: linux/arm64
- name: Print Image ID #- name: Print Image ID
run: echo "The image ID is: ${{ steps.build_push_rgbboard.outputs.imageid }}" # run: echo "The image ID is: ${{ steps.build_push_rgbboard.outputs.imageid }}"