multi build
This commit is contained in:
parent
138b62aa31
commit
4f40bbf97e
1 changed files with 2 additions and 2 deletions
|
|
@ -64,11 +64,11 @@ jobs:
|
||||||
context: alpine
|
context: alpine
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
tags: ${{ vars.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}-alpine:latest
|
tags: ${{ vars.REGISTRY_URL }}/library/${{ env.GITHUB_REPOSITORY }}-alpine:latest
|
||||||
- name: Build and push ubuntu
|
- name: Build and push ubuntu
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: alpine
|
context: alpine
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
tags: ${{ vars.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest
|
tags: ${{ vars.REGISTRY_URL }}/library/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue