Introduce gitea-actions to automatically build this container #8

Merged
Kocoder merged 47 commits from gitea-actions into main 2024-08-04 21:06:54 +00:00
Showing only changes of commit 131e549841 - Show all commits

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
name: Build the docker container
runs-on: ubuntu?latest
runs-on: ubuntu-latest
steps:
- name: "Print env"
run: echo WORKSPACE ${{ GITEA_WORKSPACE }} REPO ${{ GITEA_REPOSITORY }} REF ${{ GITEA_REF }}