runtime/.github/workflows/test.yml
Adam Štrauch ef43ec73ad
Some checks failed
Test build / build (push) Failing after 26m25s
Fix rosti.sh generator
2025-01-19 22:55:11 +01:00

21 lines
551 B
YAML

name: Test build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: [dev, amd64]
steps:
- uses: actions/checkout@v4
- name: Test build
run: |
# echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO
docker login gitea.ceperka.net -u "${{ secrets.REPO_USERNAME }}" -p "${{ secrets.REPO_PASSWORD }}"
task pipeline REPO=gitea.ceperka.net/rosti/runtime VERSION=pipeline
- name: Cleaning step
if: always()
run: docker stop dev_test