add multi platform setup
Some checks failed
Some checks failed
This commit is contained in:
parent
21e8497b57
commit
047239c8f0
@ -35,6 +35,12 @@ jobs:
|
|||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Load Infisical Secrets
|
- name: Load Infisical Secrets
|
||||||
uses: martin/chromart-gitea-actions/.gitea/actions/infisical-secrets@main
|
uses: martin/chromart-gitea-actions/.gitea/actions/infisical-secrets@main
|
||||||
|
|
||||||
|
|||||||
@ -26,9 +26,6 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Echo test
|
|
||||||
run: echo "${{ inputs.image_name }}"
|
|
||||||
|
|
||||||
- name: Checkout Code to Build
|
- name: Checkout Code to Build
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -36,6 +33,12 @@ jobs:
|
|||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v6
|
uses: docker/metadata-action@v6
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user