fixerino
All checks were successful
Gitea Actions CI / Build and deploy (push) Successful in 41s

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-01-13 20:06:49 -05:00
parent e196ab5dbb
commit be83628c86
Signed by: xe
SSH Key Fingerprint: SHA256:4VmLEcSFkJqNVktQ6/3CA2uSk8wGZ8VEzLmTQTyjngM
2 changed files with 3 additions and 9 deletions

View File

@ -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 }}

View File

@ -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"