Skip to content

Detect the correct error for resource not found #130

Detect the correct error for resource not found

Detect the correct error for resource not found #130

Workflow file for this run

name: GoPostSubmit
on:
push:
branches:
- main
jobs:
verify:
name: images
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: images
run: make build-images
- name: push
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login quay.io --username ${{ secrets.DOCKER_USER }} --password-stdin
docker push quay.io/open-cluster-management/governance-policy-framework-addon:latest