This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5.3.0
|
uses: docker/build-push-action@v5.3.0
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:jupyter-python"
|
context: "{{defaultContext}}:jupyter-python"
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: gitea.woggioni.net/woggioni/jupyter-python:latest
|
tags: gitea.woggioni.net/woggioni/jupyter-python:latest
|
||||||
-
|
-
|
||||||
@@ -34,6 +34,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5.3.0
|
uses: docker/build-push-action@v5.3.0
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:jupyter-ganymede"
|
context: "{{defaultContext}}:jupyter-ganymede"
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: gitea.woggioni.net/woggioni/jupyter-ganymede:latest
|
tags: gitea.woggioni.net/woggioni/jupyter-ganymede:latest
|
||||||
|
Reference in New Issue
Block a user