Swich from Gitea to Forgejo and upgrade Alpine.

This commit is contained in:
Dan Helfman 2026-05-02 21:39:49 -07:00
commit ea8a257a89
2 changed files with 1 additions and 21 deletions

View file

@ -1,20 +0,0 @@
name: build
run-name: ${{ gitea.actor }} is building
on:
push:
branches: [main]
jobs:
build:
runs-on: host
env:
IMAGE_NAME: projects.torsion.org/witten/wake-on-lan-service:latest
steps:
- uses: actions/checkout@v4
- run: podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
env:
USERNAME: "${{ secrets.REGISTRY_USERNAME }}"
PASSWORD: "${{ secrets.REGISTRY_PASSWORD }}"
- run: podman build --tag "$IMAGE_NAME" --storage-opt "overlay.mount_program=/usr/bin/fuse-overlayfs" .
- run: podman push "$IMAGE_NAME"

View file

@ -1,4 +1,4 @@
FROM alpine:3.21.2
FROM docker.io/alpine:3.23.4
ENV PORT=18888