Skip to content

chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.19.10-14 #45

chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.19.10-14

chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.19.10-14 #45

Workflow file for this run

name: tkn-build
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches: [ main ]
jobs:
tkn-build:
name: tkn-build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Log in to quay.io Registry
uses: redhat-actions/podman-login@v1
with:
registry: quay.io
username: ${{ secrets.QUAY_IO_USERNAME }}
password: ${{ secrets.QUAY_IO_PASSWORD }}
- name: Push task
shell: bash
run: make tkn-push