1.3.0: ci: add first forgejo ci #1 #2

Merged
nicolas.boufideline merged 14 commits from #1 into main 2025-09-27 21:17:42 +00:00
Showing only changes of commit 5eddb8cec5 - Show all commits

1.3.0: ci: add golang to forgejo
Some checks failed
Test Pipeline / lint (pull_request) Failing after 2m30s
Test Pipeline / ci-test (pull_request) Successful in 5m42s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2025-09-26 02:22:09 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -50,6 +50,11 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Setup golang
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Build image - name: Build image
run: | run: |
docker build --pull -t users-release --target release . docker build --pull -t users-release --target release .