Skip to content

Commit 4c2b016

Browse files
committed
Keep APP_VERSION for broker version in dev Docker image
Instead of SHA1. This helps applications and test suites knowing about the broker version they are running against.
1 parent 99fcc61 commit 4c2b016

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/oci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@v3
4343

44-
- name: Inject RabbitMQ Version
45-
run: |
46-
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl
47-
4844
- name: Mount Bazel Cache
4945
uses: actions/[email protected]
5046
with:

0 commit comments

Comments
 (0)