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
|
||||
steps:
|
||||
- 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
|
||||
run: |
|
||||
docker build -t git.xeserv.us/tulpamancy/tulpanomicon .
|
||||
docker build -t registry.int.xeserv.us/tulpamancy/tulpanomicon .
|
||||
- name: push image
|
||||
run: |
|
||||
docker push git.xeserv.us/tulpamancy/tulpanomicon
|
||||
docker push registry.int.xeserv.us/tulpamancy/tulpanomicon
|
||||
- uses: actions-hub/kubectl@master
|
||||
env:
|
||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_ALREST }}
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: tulpanomicon
|
||||
image: git.xeserv.us/tulpamancy/tulpanomicon:latest
|
||||
image: registry.int.xeserv.us/tulpamancy/tulpanomicon:latest
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user