sizing and job

This commit is contained in:
Nathan Wagner
2025-06-12 19:34:45 +00:00
parent 23736512a8
commit 7b6a6a0b98
3 changed files with 6 additions and 40 deletions

View File

@@ -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 }}"