Skip to content

Commit

Permalink
add source-image-uri
Browse files Browse the repository at this point in the history
  • Loading branch information
xeniape committed Oct 9, 2024
1 parent 9217e29 commit 293067c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev_nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
image-repository: demos/${{ env.IMAGE_NAME }}
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
source-image-uri: localhost/${{ env.IMAGE_NAME }}:${{ steps.build.outputs.image-manifest-tag }}

- name: Publish Container Image on oci.stackable.tech
uses: stackabletech/actions/publish-image@c179c509951343185095cbf032248b71ee6998f4 # 0.0.3
Expand All @@ -56,6 +57,7 @@ jobs:
image-registry-password: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
image-repository: ${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
source-image-uri: localhost/${{ env.IMAGE_NAME }}:${{ steps.build.outputs.image-manifest-tag }}

publish_manifests:
name: Build/Publish Manifest
Expand Down

0 comments on commit 293067c

Please sign in to comment.