sizing and job
This commit is contained in:
@@ -29,9 +29,12 @@ jobs:
|
||||
systempaths=unconfined
|
||||
privileged=false
|
||||
- run: docker buildx ls
|
||||
- name: push rgbboard
|
||||
- name: build push rgbboard
|
||||
uses: docker/build-push-action@master
|
||||
id: build_push_rgbboard
|
||||
with:
|
||||
push: true
|
||||
tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }}
|
||||
platforms: linux/arm64
|
||||
platforms: linux/arm64
|
||||
- name: Print Image ID
|
||||
run: echo "The image ID is: ${{ steps.build_push_rgbboard.outputs.imageid }}"
|
||||
Reference in New Issue
Block a user