Fix docker build
This commit is contained in:
parent
750d47103c
commit
5050a0c668
@ -6,11 +6,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- test: test variable
|
||||||
|
run: echo "username: ${{ github.actor }}"
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.d3vyce.fr
|
registry: git.d3vyce.fr
|
||||||
username: ${{ secrets.GIT_USERNAME }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GIT_TOKEN }}
|
password: ${{ secrets.GIT_TOKEN }}
|
||||||
- name: Build/Push
|
- name: Build/Push
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user