Skip to content

Commit e5ca8bd

Browse files
committed
Rename image to avoid conflicts
Right now when we push the ARM64 image, it overwrites the x86 image.
1 parent d2b4945 commit e5ca8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/update-otp-patches.yaml'
1616
workflow_dispatch:
1717
env:
18-
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq
18+
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq-arm64
1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2121
cancel-in-progress: true

0 commit comments

Comments
 (0)