This commit is contained in:
parent
55f2e7175f
commit
dfcf835dce
@ -23,8 +23,8 @@ jobs:
|
|||||||
- uses: docker/login-action@v2
|
- uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: gitea.xeovalyte.dev
|
registry: gitea.xeovalyte.dev
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest --load --platform=linux/amd64 .
|
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest --load --platform=linux/amd64 .
|
||||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest
|
- run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user