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

main
nathan 2 weeks ago
parent 4ab8667bd8
commit 417cbb64bc

@ -31,10 +31,10 @@ jobs:
- run: docker buildx ls
- name: build push rgbboard
uses: docker/build-push-action@master
id: build_push_rgbboard
#id: build_push_rgbboard
with:
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 }}"
#- name: Print Image ID
# run: echo "The image ID is: ${{ steps.build_push_rgbboard.outputs.imageid }}"
Loading…
Cancel
Save