Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
e196ab5dbb
commit
be83628c86
@ -10,18 +10,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: log into ghcr.io
|
|
||||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
|
||||||
with:
|
|
||||||
registry: git.xeserv.us
|
|
||||||
username: mimi
|
|
||||||
password: ${{ secrets.PUSH_TOKEN }}
|
|
||||||
- name: build image
|
- name: build image
|
||||||
run: |
|
run: |
|
||||||
docker build -t git.xeserv.us/tulpamancy/tulpanomicon .
|
docker build -t registry.int.xeserv.us/tulpamancy/tulpanomicon .
|
||||||
- name: push image
|
- name: push image
|
||||||
run: |
|
run: |
|
||||||
docker push git.xeserv.us/tulpamancy/tulpanomicon
|
docker push registry.int.xeserv.us/tulpamancy/tulpanomicon
|
||||||
- uses: actions-hub/kubectl@master
|
- uses: actions-hub/kubectl@master
|
||||||
env:
|
env:
|
||||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_ALREST }}
|
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_ALREST }}
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: tulpanomicon
|
- name: tulpanomicon
|
||||||
image: git.xeserv.us/tulpamancy/tulpanomicon:latest
|
image: registry.int.xeserv.us/tulpamancy/tulpanomicon:latest
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user