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