Skip to content

fix: improves removed annotation predicate (#92) #30

fix: improves removed annotation predicate (#92)

fix: improves removed annotation predicate (#92) #30

Workflow file for this run

name: container-image
on:
push:
branches:
- main
tags:
- v*
jobs:
push-image:
runs-on: ubuntu-latest
steps:
- name: Login to Quay.io
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make image