Skip to content

cert-manager-webhook-loopia #5

cert-manager-webhook-loopia

cert-manager-webhook-loopia #5

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Release
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build and push to ghcr.io
id: build
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/jsundqvist/webhook-example:latest