Skip to content

ci: run tests only for test job (#77) #78

ci: run tests only for test job (#77)

ci: run tests only for test job (#77) #78

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@v5
with:
go-version-file: go.mod
- run: make image