Fix docker build

This commit is contained in:
d3vyce 2023-04-02 09:31:43 -04:00
parent 5050a0c668
commit 433111a70d

View File

@ -8,13 +8,8 @@ jobs:
uses: actions/checkout@v3
- test: test variable
run: echo "username: ${{ github.actor }}"
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: git.d3vyce.fr
username: ${{ github.actor }}
password: ${{ secrets.GIT_TOKEN }}
- name: Build/Push
run: |
docker login -u ${{ github.actor }} -p ${{ secrets.GIT_TOKEN }} git.d3vyce.fr
docker build -t d3vyce.fr .
docker push git.d3vyce.fr/d3vyce/d3vyce.fr:latest