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 d75005941d - Show all commits

View File

@@ -8,6 +8,12 @@ jobs:
name: Build the docker container
runs-on: ubuntu-latest
steps:
- name: Print env vars
run: echo ${{ var.GITEA_SHA }}
- name: Print env vars2
run: echo ${{ github.repository }}
- name: Print env vars3
run: echo ${{ gitea.repository }}
- uses: actions/checkout@v4
name: ⬇️ Checking out the repository
- uses: docker/setup-buildx-action@v3