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