forked from openebs-archive/jiva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2 additions
and
238 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,7 @@ | |
name: release | ||
|
||
on: | ||
release: | ||
types: | ||
- 'created' | ||
push: | ||
tags: | ||
- 'v*' | ||
|
||
|
@@ -50,9 +48,7 @@ jobs: | |
with: | ||
# add each registry to which the image needs to be pushed here | ||
images: | | ||
${{ env.IMAGE_ORG }}/jiva | ||
quay.io/${{ env.IMAGE_ORG }}/jiva | ||
ghcr.io/${{ env.IMAGE_ORG }}/jiva | ||
ghcr.io/margau/jiva | ||
tags: | | ||
type=semver,pattern={{version}} | ||
|
@@ -72,19 +68,6 @@ jobs: | |
with: | ||
version: v0.5.1 | ||
|
||
- name: Login to Docker Hub | ||
uses: docker/login-action@v2 | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Login to Quay | ||
uses: docker/login-action@v2 | ||
with: | ||
registry: quay.io | ||
username: ${{ secrets.QUAY_USERNAME }} | ||
password: ${{ secrets.QUAY_TOKEN }} | ||
|
||
- name: Login to GHCR | ||
uses: docker/login-action@v2 | ||
with: | ||
|
@@ -107,16 +90,3 @@ jobs: | |
DBUILD_SITE_URL=https://openebs.io | ||
RELEASE_TAG=${{ env.RELEASE_TAG }} | ||
downstream-tagging: | ||
runs-on: ubuntu-latest | ||
needs: ['jiva'] | ||
steps: | ||
- name: Downstream tagging | ||
uses: akhilerm/[email protected] | ||
with: | ||
tag-name: ${{ github.ref }} | ||
body: 'Release created from jiva' | ||
repo: | | ||
jiva-operator | ||
# GR_TOKEN secret is the access token to perform github releases | ||
github-token: ${{ secrets.GR_TOKEN }} |
Binary file not shown.
Binary file not shown.