Now yes
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 27s

This commit is contained in:
2026-06-10 00:43:28 +02:00
parent 601f32bab1
commit 2685716722

View File

@@ -29,6 +29,11 @@ jobs:
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.aranroig.com -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- name: Clone blog entries
run: |
git clone http://git.aranroig.com/Syndria98/blogs /tmp/blogs
mkdir -p content && cp -r /tmp/blogs/content/. ./content/
- name: Build frontend
run: |
docker build -t git.aranroig.com/${{ secrets.REGISTRY_USER }}/aranroig-frontend:latest ./frontend