mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-19 05:34:46 +00:00
Simplify push test (#48)
- shorter, faster, simpler - now all test workflows are pushing 'ptr-test' - no more petclinic Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
parent
dff05ea2fa
commit
ef7cace71d
3 changed files with 9 additions and 59 deletions
2
.github/workflows/verify-login-push.yml
vendored
2
.github/workflows/verify-login-push.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
env:
|
||||
IMAGE_REGISTRY: quay.io
|
||||
IMAGE_NAMESPACE: redhat-github-actions
|
||||
IMAGE_NAME: myimage
|
||||
IMAGE_NAME: ptr-test
|
||||
IMAGE_TAGS: v1 ${{ github.sha }}
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue