.forgejo/workflows/docker-image.yaml aktualisiert
All checks were successful
Build the Docker Image / docker (push) Successful in 1m26s
All checks were successful
Build the Docker Image / docker (push) Successful in 1m26s
feat(Pipeline): build for multiple architectures
This commit is contained in:
parent
1b8d8ba9bd
commit
c303b929c3
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
platforms: linux/amd64, linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
"${{ vars.DOCKER_USERNAME }}/blog:latest"
|
"${{ vars.DOCKER_USERNAME }}/blog:latest"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue