File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 13
13
- ' .github/workflows/secondary-umbrella.yaml'
14
14
- ' .github/workflows/update-elixir-patches.yaml'
15
15
- ' .github/workflows/update-otp-patches.yaml'
16
- - ' .github/workflows/alpha-build.yaml'
16
+ - ' .github/workflows/release-alphas.yaml'
17
+ - ' *.md'
17
18
workflow_dispatch :
18
19
env :
19
20
REGISTRY_IMAGE : pivotalrabbitmq/rabbitmq-arm64
67
68
- name : Prepare
68
69
run : |
69
70
platform=${{ matrix.platform }}
70
- echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
71
+ echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
71
72
- name : Checkout
72
73
uses : actions/checkout@v4
73
74
- name : Download package-generic-unix
@@ -118,7 +119,7 @@ jobs:
118
119
run : |
119
120
mkdir -p /tmp/digests
120
121
digest="${{ steps.build.outputs.digest }}"
121
- touch "/tmp/digests/${digest#sha256:}"
122
+ touch "/tmp/digests/${digest#sha256:}"
122
123
- name : Upload digest
123
124
uses : actions/upload-artifact@v4
124
125
with :
@@ -159,10 +160,10 @@ jobs:
159
160
working-directory : /tmp/digests
160
161
run : |
161
162
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 ' *)
163
164
- name : Inspect image
164
165
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 }}
166
167
167
168
summary-oci :
168
169
needs :
Original file line number Diff line number Diff line change 6
6
- ' .github/workflows/secondary-umbrella.yaml'
7
7
- ' .github/workflows/update-elixir-patches.yaml'
8
8
- ' .github/workflows/update-otp-patches.yaml'
9
- - ' .github/workflows/alpha-build.yaml'
9
+ - ' .github/workflows/release-alphas.yaml'
10
+ - ' *.md'
10
11
workflow_dispatch :
11
12
env :
12
13
REGISTRY_IMAGE : pivotalrabbitmq/rabbitmq
You can’t perform that action at this time.
0 commit comments