Skip to content

Commit d1eed32

Browse files
Alpha builds workflow: rename the file
1 parent 5d0cfc7 commit d1eed32

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/oci-arm64-make.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
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:
1818
env:
1919
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq-arm64
@@ -67,7 +67,7 @@ jobs:
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:

.github/workflows/oci-make.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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:
1111
env:
1212
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq
@@ -64,7 +64,7 @@ jobs:
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.

0 commit comments

Comments
 (0)