Skip to content

Commit

Permalink
release workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
margau committed Mar 12, 2024
1 parent 60cafbd commit 49b45fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,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}}
Expand All @@ -72,19 +70,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:
Expand All @@ -107,16 +92,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 modified package/jivactl
Binary file not shown.
Binary file modified package/longhorn
Binary file not shown.

0 comments on commit 49b45fd

Please sign in to comment.