This commit is contained in:
parent
1b5da461ef
commit
734c8cc199
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ jobs:
|
|||
done
|
||||
|
||||
echo "${{ secrets.GITHUB_TOKEN }}" | docker login git.neur0tx.site -u "${{ github.actor }}" --password-stdin
|
||||
docker build -t git.neur0tx.site/${{ github.repository_owner }}/${{ github.repository_name }}:latest .
|
||||
docker push git.neur0tx.site/${{ github.repository_owner }}/${{ github.repository_name }}:latest
|
||||
docker build -t git.neur0tx.site/${{ env.GITHUB_REPOSITORY }}:latest .
|
||||
docker push git.neur0tx.site/${{ env.GITHUB_REPOSITORY }}:latest
|
||||
|
||||
- name: Deploy
|
||||
if: ${{ success() }}
|
||||
|
|
Loading…
Add table
Reference in a new issue