Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ jobs:
publish-container: true
image-repository-prefix: ${{ format('ghcr.io/{0}', github.repository) }}
overlay-branch: ${{ inputs.release-branch }}
image-registry-user: ${{ github.actor }}

secrets:
image-registry-user: ${{ github.actor }}
image-registry-password: ${{ secrets.GITHUB_TOKEN }}

permissions:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/export-workspaces-as-dynamic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: Export Workspace as Dynamic Plugins Packages
on:
workflow_call:
secrets:
image-registry-user:
description: User name to be used to push to container image registry
required: false

image-registry-password:
description: Password to be used to push to container image registry
required: false

inputs:
image-registry-user:
description: User name to be used to push to container image registry
type: string
required: false

node-version:
description: node-version to execute the export
type: string
Expand Down Expand Up @@ -127,9 +128,9 @@ jobs:
workspace-path: ${{ inputs.workspace-path }}
publish-container: ${{ inputs.publish-container }}
image-repository-prefix: ${{ inputs.image-repository-prefix }}
image-registry-user: ${{ secrets.image-registry-user || github.actor }}

secrets:
image-registry-user: ${{ secrets.image-registry-user || github.actor }}
image-registry-password: ${{ secrets.image-registry-password || secrets.GITHUB_TOKEN }}

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ jobs:

if: needs.parse.outputs.command_name == 'publish' && needs.prepare.outputs.overlay-branch != '' && needs.prepare.outputs.workspace != ''

uses: redhat-developer/rhdh-plugin-export-utils/.github/workflows/export-workspaces-as-dynamic.yaml@main
uses: rostalan/rhdh-plugin-export-utils/.github/workflows/export-workspaces-as-dynamic.yaml@main
with:
overlay-branch: ${{ needs.prepare.outputs.overlay-branch }}
overlay-repo: ${{ needs.prepare.outputs.overlay-repo }}
workspace-path: ${{ needs.prepare.outputs.workspace }}
publish-container: true
image-repository-prefix: ${{ format('ghcr.io/{0}', github.repository) }}
image-tag-prefix: ${{ format('pr_{0}__', needs.prepare.outputs.pr-number) }}
image-registry-user: ${{ github.actor }}

secrets:
image-registry-user: ${{ github.actor }}
image-registry-password: ${{ secrets.GITHUB_TOKEN }}

permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
image-repository-prefix: ${{ format('ghcr.io/{0}', github.repository) }}
last-publish-commit: ${{ needs.prepare.outputs.last-published-commit }}
image-tag-prefix: ${{ github.ref_name == 'main' && 'next__' || '' }}
image-registry-user: ${{ github.actor }}

secrets:
image-registry-user: ${{ github.actor }}
image-registry-password: ${{ secrets.GITHUB_TOKEN }}

permissions:
Expand Down
3 changes: 2 additions & 1 deletion workspaces/acr/plugins-list.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
plugins/acr:
plugins/acr:
#