|
|
|
@ -41,12 +41,12 @@ jobs:
|
|
|
|
|
# --push
|
|
|
|
|
. - name: Set up Docker Buildx
|
|
|
|
|
uses: docker/setup-buildx-action@v2
|
|
|
|
|
with:
|
|
|
|
|
driver-opts: |
|
|
|
|
|
image=registry.local/buildkit-wagnerca:stable-3-rootless
|
|
|
|
|
with:
|
|
|
|
|
driver-opts: |
|
|
|
|
|
image=registry.local/buildkit-wagnerca:stable-3-rootless
|
|
|
|
|
- name: push fortite stat Reader
|
|
|
|
|
uses: docker/build-push-action@master
|
|
|
|
|
with:
|
|
|
|
|
push: true
|
|
|
|
|
tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }}
|
|
|
|
|
platform: linux/arm64,linux/amd64
|
|
|
|
|
with:
|
|
|
|
|
push: true
|
|
|
|
|
tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }}
|
|
|
|
|
platform: linux/arm64,linux/amd64
|