Skip to content

Make reg an input + unique run id #18

Make reg an input + unique run id

Make reg an input + unique run id #18

Workflow file for this run

name: ci
on:
push:
branches:
- main
- feature/build-two-images
jobs:
build-base:
uses: ./.github/workflows/_build.yml
with:
image: ${{ github.actor }}/runner-krunvm-base
file: Dockerfile.base
secrets:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
build-main:
needs:
- build-base
uses: ./.github/workflows/_build.yml
with:
image: ${{ github.actor }}/runner-krunvm
file: Dockerfile
secrets:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}