File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
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'
17+ - ' *.md'
1718 workflow_dispatch :
1819env :
1920 REGISTRY_IMAGE : pivotalrabbitmq/rabbitmq-arm64
6768 - name : Prepare
6869 run : |
6970 platform=${{ matrix.platform }}
70- echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
71+ echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
7172 - name : Checkout
7273 uses : actions/checkout@v4
7374 - name : Download package-generic-unix
@@ -118,7 +119,7 @@ jobs:
118119 run : |
119120 mkdir -p /tmp/digests
120121 digest="${{ steps.build.outputs.digest }}"
121- touch "/tmp/digests/${digest#sha256:}"
122+ touch "/tmp/digests/${digest#sha256:}"
122123 - name : Upload digest
123124 uses : actions/upload-artifact@v4
124125 with :
@@ -159,10 +160,10 @@ jobs:
159160 working-directory : /tmp/digests
160161 run : |
161162 docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
162- $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
163+ $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
163164 - name : Inspect image
164165 run : |
165- docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
166+ docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
166167
167168 summary-oci :
168169 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'
10+ - ' *.md'
1011 workflow_dispatch :
1112env :
1213 REGISTRY_IMAGE : pivotalrabbitmq/rabbitmq
You can’t perform that action at this time.
0 commit comments