Final docker build update
All checks were successful
docker-build

This commit is contained in:
d3vyce 2023-04-02 09:45:45 -04:00
parent 18c8cc3427
commit 5591fa1aec

View File

@ -12,7 +12,7 @@ jobs:
apt install -y docker.io
- name: Build/Push
run: |
docker login -u ${{ github.actor }} -p ${{ secrets.GIT_TOKEN }} git.d3vyce.fr
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:latest
docker push git.d3vyce.fr/d3vyce/d3vyce.fr:latest
docker push git.d3vyce.fr/d3vyce/d3vyce.fr:latest