Skip to content

Use ubi-minimal image instead of ubi go-toolset (#198) #67

Use ubi-minimal image instead of ubi go-toolset (#198)

Use ubi-minimal image instead of ubi go-toolset (#198) #67

Workflow file for this run

name: Build and Push Operator image
on:
push:
branches: [main]
workflow_dispatch:
jobs:
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
scripts/install-tools.sh
make image
- name: Push
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
make image-push image-push-latest