Fix docker build

This commit is contained in:
d3vyce 2023-04-02 09:28:22 -04:00
parent 750d47103c
commit 5050a0c668

View File

@ -6,11 +6,13 @@ jobs:
steps:
- name: Check out repository code
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: ${{ secrets.GIT_USERNAME }}
username: ${{ github.actor }}
password: ${{ secrets.GIT_TOKEN }}
- name: Build/Push
run: |