This commit is contained in:
parent
9ccb8a24f7
commit
dc23b5248b
@ -31,12 +31,8 @@ jobs:
|
|||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest --load --platform=linux/amd64 .
|
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest --load --platform=linux/amd64 .
|
||||||
working-directory: ./website
|
|
||||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest
|
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest
|
||||||
working-directory: ./website
|
|
||||||
|
|
||||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --load --platform=linux/arm64 .
|
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --load --platform=linux/arm64 .
|
||||||
working-directory: ./website
|
|
||||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
|
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
|
||||||
working-directory: ./website
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user