File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 5959 ghcr.io/python-discord/snekbox:latest
6060 ghcr.io/python-discord/snekbox:${{ inputs.version }}
6161
62+ - name : Build PyDis final image
63+ uses : docker/build-push-action@v6
64+ with :
65+ context : .
66+ file : ./Dockerfile.pydis
67+ push : true
68+ cache-from : |
69+ ghcr.io/python-discord/snekbox:latest-pydis
70+ cache-to : type=inline
71+ tags : |
72+ ghcr.io/python-discord/snekbox:latest-pydis
73+ ghcr.io/python-discord/snekbox:${{ inputs.version }}-pydis
74+
6275 # Deploy to Kubernetes.
6376 - name : Install kubectl
6477 uses : azure/setup-kubectl@v4
7487 with :
7588 namespace : snekbox
7689 manifests : deployment.yaml
77- images : ' ghcr.io/python-discord/snekbox:${{ inputs.version }}'
90+ images : ' ghcr.io/python-discord/snekbox:${{ inputs.version }}-pydis '
7891
7992 # Push the base image to GHCR, with an inline cache manifest.
8093 - name : Push base image
You can’t perform that action at this time.
0 commit comments