Fix docker build
This commit is contained in:
parent
5050a0c668
commit
433111a70d
@ -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
|
Loading…
x
Reference in New Issue
Block a user