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

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

View File

@@ -13,12 +13,15 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
name: Login to Gitea container registry
uses: docker/login-action@v3
with:
registry: gitea.woggioni.net
username: woggioni
password: ${{ secrets.PUBLISHER_TOKEN }}
-
name: List current directory
run: ls -l && cwd
-
name: Build and push jupyter-python image
uses: docker/build-push-action@v5.3.0