Skip to content

Commit 10ce6d8

Browse files
author
paia0720
committed
fix
1 parent c33ccaf commit 10ce6d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: qubership-rabbitmq-monitoring
2929
file: telegraf/Dockerfile
3030
context: telegraf
31-
- name: qubership-rabbitmq-management-image
31+
- name: qubership-rabbitmq-image
3232
file: Dockerfile
3333
context: .
3434
if: github.event.ref_type == 'branch'

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: qubership-rabbitmq-monitoring
4545
file: telegraf/Dockerfile
4646
context: telegraf
47-
- name: qubership-rabbitmq-management-image
47+
- name: qubership-rabbitmq-image
4848
file: Dockerfile
4949
context: .
5050
runs-on: ubuntu-latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ chmod +x /bin/get_password && \
1919
chmod +x /usr/local/bin/docker-entrypoint.sh && \
2020
chmod -R a+r /opt/rabbitmq/plugins
2121

22-
RUN rm /usr/lib/python3.11/EXTERNALLY-MANAGED
22+
RUN rm /usr/lib/python3.12/EXTERNALLY-MANAGED
2323

2424
RUN set -x \
2525
&& python3 -m ensurepip \

0 commit comments

Comments
 (0)