Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c8cfb113 authored by Arkadiusz SZCZECINSKI's avatar Arkadiusz SZCZECINSKI
Browse files

:green_heart: fix psw-rotation image registry

parent d6f36692
No related branches found
No related tags found
1 merge request!148Draft: Netbox password rotation service
Pipeline #272576 failed
This commit is part of merge request !148. Comments created here will be created in the context of that merge request.
......@@ -56,7 +56,7 @@ deliver-image-job:
IMAGE_TAG: "testing-${CI_COMMIT_BRANCH}"
IMAGE_TAG_POSTGRES: "15-alpine"
IMAGE_TAG_REDIS: "7-alpine"
IMAGE_TAG_PSW_ROTATION: "PSW-rotation-${CI_COMMIT_BRANCH}"
IMAGE_TAG_PSW_ROTATION: "psw-rotation"
script:
- ansible-playbook ansible/deliver.yml
rules:
......
......@@ -23,7 +23,7 @@ services:
environment:
- ACTIVATE_WORKER_AND_HOUSEKEEPING=1
netbox-pr:
image: code.europa.eu:4567/digit-c4/netbox-plugins/docker/psw_rotation:latest
image: code.europa.eu:4567/digit-c4/netbox-plugins/psw_rotation:psw-rotation
env_file: env/netbox.env
depends_on:
netbox:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment