build #26

Merged
bizcochito merged 14 commits from build into develop 2024-01-14 13:56:46 +00:00
2 changed files with 3 additions and 9 deletions
Showing only changes of commit 8f27b08f30 - Show all commits

View File

@ -1,11 +1,5 @@
name: Unit Tests with docker compose
on:
push:
branches:
- main
- develop
- build
pull_request:
on: [push, pull_request]
jobs:
unit-test:

View File

@ -34,10 +34,10 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=sha
- name: Set up QEMU
# - name: Set up QEMU
# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
uses: docker/setup-qemu-action@v2
# uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to fai.st docker registry