1 Commits

Author SHA1 Message Date
Tobias Klemp
6ddb3d421e try docker login
Some checks failed
CI / build-docker-image (pull_request) Failing after 1m31s
CI / build-and-test (pull_request) Successful in 6m22s
2025-12-07 22:44:11 +01:00
2 changed files with 5 additions and 14 deletions

View File

@@ -44,22 +44,13 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Docker Build - name: Login to Docker registry
uses: docker/setup-buildx-action@v3
- name: Log in to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ vars.INSTANCE_URL }} registry: http://gitea.klemp.local
username: ${{ github.actor }} username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }} password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
- name: Build and push image
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ vars.INSTANCE_URL }}/tech-reborn/phoenix:${{ github.sha }}
# type-check: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# container: # container:

View File

@@ -9,8 +9,8 @@
"skipLibCheck": true, "skipLibCheck": true,
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
"moduleResolution": "bundler", "moduleResolution": "bundler"
}, }
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
// //