mirror of https://git.rancher.io/charts
Run check images in pull-request workflows and fails if it doesn't succeed
parent
c127fdc40c
commit
63b95bf2e0
|
@ -30,8 +30,6 @@ jobs:
|
|||
|
||||
- name: Check container images
|
||||
run: make check-images
|
||||
if: startsWith(github.ref, 'refs/heads/upstream/release-v')
|
||||
continue-on-error: true
|
||||
env:
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
Loading…
Reference in New Issue