Update pipeline
Test build / build (push) Failing after 6s Details

This commit is contained in:
Adam Štrauch 2023-11-26 03:20:00 +01:00
parent ebfc74b9e3
commit 047f922fae
Signed by: cx
GPG Key ID: 7262DAFE292BCE20
1 changed files with 3 additions and 2 deletions

View File

@ -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