Skip to content

Fix an issue where ingress was being reconcilled when it is not specified in the specs #1

Fix an issue where ingress was being reconcilled when it is not specified in the specs

Fix an issue where ingress was being reconcilled when it is not specified in the specs #1

Workflow file for this run

name: Build Docker Image
on:
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Log in to the Container registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build docker image
working-directory: .
run: make docker-build