Skip to content

Commit

Permalink
new image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusStrobl committed Apr 9, 2024
1 parent 739f143 commit b656eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processes/tool_vforwater_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ def execute(self, data):

# ________________ prepare data to run container _________________________
logging.info('Prepare container data')
# image_name = 'vfwregistry:5000/demo/tool_vforwater_loader:0.1'
image_name = 'ghcr.io/vforwater/tbr_vforwater_loader:latest'
image_name = 'vfwregistry:5000/demo/tool_vforwater_loader:0.1'
# image_name = 'ghcr.io/vforwater/tbr_vforwater_loader:latest'
container_name = f'tool_vforwater_loader_{os.urandom(5).hex()}'

container_in = '/in'
Expand Down

0 comments on commit b656eea

Please sign in to comment.