Update '.gitea/workflows/build-push.yaml'
This commit is contained in:
@@ -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 }}"
|
||||||
Reference in New Issue
Block a user