Skip to content

chore(deps): Bump github.com/onsi/gomega from 1.27.10 to 1.30.0 (#75) #17

chore(deps): Bump github.com/onsi/gomega from 1.27.10 to 1.30.0 (#75)

chore(deps): Bump github.com/onsi/gomega from 1.27.10 to 1.30.0 (#75) #17

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