mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-23 07:04:45 +00:00
Update README
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
9c4398c33e
commit
27553499f0
7 changed files with 28 additions and 14 deletions
6
.github/workflows/manifest-build-push.yaml
vendored
6
.github/workflows/manifest-build-push.yaml
vendored
|
@ -1,7 +1,7 @@
|
|||
# This workflow will perform a test whenever there
|
||||
# is some change in code done to ensure that the changes
|
||||
# are not buggy and we are getting the desired output.
|
||||
name: Push manifest to Quay.io
|
||||
name: Build and Push Manifest
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
@ -16,7 +16,7 @@ env:
|
|||
|
||||
jobs:
|
||||
push-quay:
|
||||
name: Build and push image
|
||||
name: Build and push manifest
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
- name: Build Image
|
||||
id: build_image
|
||||
# for testing purpose only
|
||||
# for testing purpose only, to be changed after manifest feature merge in buildah build
|
||||
uses: divyansh42/buildah-build@manifest-support
|
||||
with:
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue