Skip to content

install colima

install colima #5

name: Trigger image build
on:
push:
branches:
- main
- wf-build-image
paths:
- '**.go'
- '**.java'
- '**/build.gradle'
- '**/Dockerfile'
- '.github/workflows/build-image*.yaml'
jobs:
call-build-workflow:
uses: ./.github/workflows/build-images.yaml
with:
registry: docker.io
repository: kaleidoinc
# REPOSITORY: ${{ github.repository_owner }}
image_tag: ${{ github.ref_name }}
secrets:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}