1.3.0: ci: add first forgejo ci #1 #2
1 changed files with 5 additions and 0 deletions
1.3.0: ci: add golang to forgejo
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
commit
5eddb8cec5
|
|
@ -50,6 +50,11 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Setup golang
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build --pull -t users-release --target release .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue