This commit is contained in:
parent
ebfc74b9e3
commit
047f922fae
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
build:
|
||||
runs-on: [moon, amd64]
|
||||
container:
|
||||
image: harbor.hq.rosti.cz/library/builder:38
|
||||
@ -18,7 +18,8 @@ jobs:
|
||||
# - my_docker_volume:/volume_mount
|
||||
# options: --cpus 1
|
||||
steps:
|
||||
- name: Check for dockerenv file
|
||||
- uses: actions/checkout@v4
|
||||
- name: Test build
|
||||
run: |
|
||||
echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO
|
||||
task build
|
||||
|
Loading…
Reference in New Issue
Block a user