mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-10 09:09:46 +08:00
6b07040ad7
* move e2e test in regular build * write to summary
4 lines
166 B
Bash
Executable file
4 lines
166 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
docker build -f Dockerfile --build-arg VERSION=e2e-tests -t localhost:5001/adguardhome-sync:e2e .
|
|
docker push localhost:5001/adguardhome-sync:e2e
|