Add .gitea/workflows/build.yaml
build / docker (push) Failing after 51s Details

This commit is contained in:
nexy 2024-04-04 17:04:21 +02:00
parent ec2c57a14c
commit 7d2a1b5336
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
name: build
on:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Registry
uses: docker/login-action@v3
with:
registry: git.nexy.cat
username: ${{ github.actor }}
password: ${{ github.token }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: nexy/navigatex:latest