Compare commits

..

3 Commits

Author SHA256 Message Date
daanselen b8a4327a85 chore: edit workflow name
Deploy built resources / docker_build (push) Failing after 12m59s
Docker Build and Push / docker_build (push) Successful in 2h3m46s
2026-06-08 22:27:12 +02:00
daanselen 17dae825f3 chore: edit workflows
Docker Build and Push / docker_build (push) Successful in 2h5m5s
2026-06-08 22:23:06 +02:00
daanselen 7641af7d9c Merge pull request 'chore(deps): update dependency vite to v8.0.16' (#10) from renovate/vite-8.x-lockfile into main
Docker Build and Push / docker_build (push) Successful in 1h59m31s
Reviewed-on: #10
2026-06-07 20:42:24 +00:00
2 changed files with 37 additions and 6 deletions
+37
View File
@@ -0,0 +1,37 @@
name: Deploy built resources
on:
workflow_dispatch:
push:
branches:
- 'main'
tags:
- '*'
release:
types: [ published ]
env:
GOMPLATE_VERSION: 5.1.0
GITEA_CONTAINER_REG: gitea.nerthus.nl
DOCKER_IMAGE_NAME: orbits-server
jobs:
docker_build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: |
curl -L -o /usr/local/bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v{{ env.GOMPLATE_VERSION }}/gomplate_linux-amd64
chmod +x /usr/bin/gomplate
- name: Render template
run: |
gomplate
-6
View File
@@ -23,12 +23,6 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
steps: steps:
- name: Prepare for rootless docker
run: |
ls -l /run/docker.sock || true
ss -lx | grep docker || true
ps aux | grep dockerd || true
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v6