File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313 - ' .github/workflows/secondary-umbrella.yaml'
1414 - ' .github/workflows/update-elixir-patches.yaml'
1515 - ' .github/workflows/update-otp-patches.yaml'
16- - ' .github/workflows/alpha-build .yaml'
16+ - ' .github/workflows/release-alphas .yaml'
1717 workflow_dispatch :
1818env :
1919 REGISTRY_IMAGE : pivotalrabbitmq/rabbitmq-arm64
6767 - name : Prepare
6868 run : |
6969 platform=${{ matrix.platform }}
70- echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
70+ echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
7171 - name : Checkout
7272 uses : actions/checkout@v4
7373 - name : Download package-generic-unix
@@ -118,7 +118,7 @@ jobs:
118118 run : |
119119 mkdir -p /tmp/digests
120120 digest="${{ steps.build.outputs.digest }}"
121- touch "/tmp/digests/${digest#sha256:}"
121+ touch "/tmp/digests/${digest#sha256:}"
122122 - name : Upload digest
123123 uses : actions/upload-artifact@v4
124124 with :
@@ -159,10 +159,10 @@ jobs:
159159 working-directory : /tmp/digests
160160 run : |
161161 docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
162- $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
162+ $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
163163 - name : Inspect image
164164 run : |
165- docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
165+ docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
166166
167167 summary-oci :
168168 needs :
Original file line number Diff line number Diff line change 66 - ' .github/workflows/secondary-umbrella.yaml'
77 - ' .github/workflows/update-elixir-patches.yaml'
88 - ' .github/workflows/update-otp-patches.yaml'
9- - ' .github/workflows/alpha-build .yaml'
9+ - ' .github/workflows/release-alphas .yaml'
1010 workflow_dispatch :
1111env :
1212 REGISTRY_IMAGE : pivotalrabbitmq/rabbitmq
6464 - name : Prepare
6565 run : |
6666 platform=${{ matrix.platform }}
67- echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
67+ echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
6868 - name : Checkout
6969 uses : actions/checkout@v4
7070 - name : Download package-generic-unix
@@ -115,7 +115,7 @@ jobs:
115115 run : |
116116 mkdir -p /tmp/digests
117117 digest="${{ steps.build.outputs.digest }}"
118- touch "/tmp/digests/${digest#sha256:}"
118+ touch "/tmp/digests/${digest#sha256:}"
119119 - name : Upload digest
120120 uses : actions/upload-artifact@v4
121121 with :
@@ -156,10 +156,10 @@ jobs:
156156 working-directory : /tmp/digests
157157 run : |
158158 docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
159- $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
159+ $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
160160 - name : Inspect image
161161 run : |
162- docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
162+ docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
163163
164164 summary-oci :
165165 needs :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments