Actualiser .gitea/workflows/docker-build-dev.yml
All checks were successful
Docker-build / docker-build (push) Successful in 41s
All checks were successful
Docker-build / docker-build (push) Successful in 41s
This commit is contained in:
parent
10f26a053e
commit
f1e0ac2205
@ -14,6 +14,7 @@ jobs:
|
||||
apt install -y docker.io
|
||||
- name: Build/Push
|
||||
run: |
|
||||
echo "nameserver 10.10.0.1" > /etc/resolv.conf
|
||||
echo ${{ secrets.GIT_TOKEN }} | docker login -u ${{ github.actor }} --password-stdin git.d3vyce.fr
|
||||
docker build -t d3vyce.fr .
|
||||
docker tag d3vyce.fr git.d3vyce.fr/d3vyce/d3vyce.fr:dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user