deploy testing
Build KX3DEX.radio / Build and Deploy (push) Failing after 46s
Details
Build KX3DEX.radio / Build and Deploy (push) Failing after 46s
Details
parent
571d5558b1
commit
6e12955241
|
@ -13,6 +13,16 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
Dex/kx3dex_radio
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
- name: Install QEMU
|
||||
run: apt-get update && apt-get install -y qemu-user-static
|
||||
|
||||
|
@ -67,6 +77,4 @@ jobs:
|
|||
platforms: |
|
||||
linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
gitea.simplysyncedllc.com/dex/kx3dex_radio:latest
|
||||
gitea.simplysyncedllc.com/dex/kx3dex_radio:${{ steps.release.outputs.curr_ver }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
Loading…
Reference in New Issue