Files
DatBrowser/undetectedChromedriver/pushSeleniumNodeUcImage.sh
Matthias Guillitte 62ba1a45f0
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 2m3s
Test, build and push image to registry / build-image (push) Successful in 2m56s
Post selenium conversion cleaning
2025-12-16 13:13:24 +01:00

5 lines
175 B
Bash

#!/bin/bash
docker build -f seleniumChromedriverDockerfile -t git.matthiasg.dev/ninluc/selenium/node-uc:latest .
docker push git.matthiasg.dev/ninluc/selenium/node-uc:latest