mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 20:29:54 +02: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/multiple-build.yaml
vendored
2
.github/workflows/multiple-build.yaml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
env:
|
||||
IMAGE_REGISTRY: quay.io
|
||||
IMAGE_NAMESPACE: redhat-github-actions
|
||||
IMAGE_NAME: myimage
|
||||
IMAGE_NAME: ptr-test
|
||||
IMAGE_TAG: v1
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue