Skip to content

Commit 05d49bb

Browse files
committed
fix(pr_test_build_images): Use - instead of + for PR number
1 parent 62a9548 commit 05d49bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr_test_build_images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
image-registry-username: github
124124
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
125125
image-repository: stackable/${{ env.PRODUCT_NAME }}
126-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}+pr${{ github.event.pull_request.number }}
126+
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}-pr${{ github.event.pull_request.number }}
127127
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
128128

129129
- name: Publish Container Image on oci.stackable.tech
@@ -133,7 +133,7 @@ jobs:
133133
image-registry-username: robot$sdp+github-action-build
134134
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
135135
image-repository: sdp/${{ env.PRODUCT_NAME }}
136-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}+pr${{ github.event.pull_request.number }}
136+
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}-pr${{ github.event.pull_request.number }}
137137
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
138138

139139
publish_manifests:
@@ -160,7 +160,7 @@ jobs:
160160
image-registry-username: github
161161
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
162162
image-repository: stackable/${{ env.PRODUCT_NAME }}
163-
image-index-manifest-tag: ${{ env.PRODUCT_VERSION }}-stackable${{ env.SDP_VERSION }}+pr${{ github.event.pull_request.number }}
163+
image-index-manifest-tag: ${{ env.PRODUCT_VERSION }}-stackable${{ env.SDP_VERSION }}-pr${{ github.event.pull_request.number }}
164164

165165
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
166166
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -169,4 +169,4 @@ jobs:
169169
image-registry-username: robot$sdp+github-action-build
170170
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
171171
image-repository: sdp/${{ env.PRODUCT_NAME }}
172-
image-index-manifest-tag: ${{ env.PRODUCT_VERSION }}-stackable${{ env.SDP_VERSION }}+pr${{ github.event.pull_request.number }}
172+
image-index-manifest-tag: ${{ env.PRODUCT_VERSION }}-stackable${{ env.SDP_VERSION }}-pr${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)