Skip to content

chore: changes k8s.io patter to handle all libs #14

chore: changes k8s.io patter to handle all libs

chore: changes k8s.io patter to handle all libs #14

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.19.x
- run: make image