trying to fix Gitea build
Some checks failed
CI / docker (push) Failing after 11m44s

This commit is contained in:
2024-05-25 20:00:38 +08:00
parent c312351ff5
commit f9a8bed746

View File

@@ -13,16 +13,20 @@ jobs:
name: Set up Docker Buildx name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- -
name: Login to Docker Hub name: Login to Gitea container registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.woggioni.net registry: gitea.woggioni.net
username: woggioni username: woggioni
password: ${{ secrets.PUBLISHER_TOKEN }} password: ${{ secrets.PUBLISHER_TOKEN }}
-
name: List current directory
run: ls -l && pwd
- -
name: Build and push jupyter-python image name: Build and push jupyter-python image
uses: docker/build-push-action@v5.3.0 uses: docker/build-push-action@v5.3.0
with: with:
context: jupyter-python context: "{{defaultContext}}:jupyter-python"
platforms: linux/amd64,linux/arm64
push: true push: true
tags: woggioni/jupyter-python:latest tags: gitea.woggioni.net/woggioni/jupyter-python:latest