lint
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
# run: echo "${{ secrets.GITEA_TOKEN }}" | docker login 192.168.x.x --username ${{ github.actor }} --password-stdin
|
# run: echo "${{ secrets.GITEA_TOKEN }}" | docker login 192.168.x.x --username ${{ github.actor }} --password-stdin
|
||||||
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.chopark.home --username ${{ github.actor }} --password-stdin
|
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.chopark.home --username ${{ github.actor }} --password-stdin
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
run: |
|
run: |
|
||||||
# docker build -t 192.168.x.x/${{ github.repository }}:latest .
|
# docker build -t 192.168.x.x/${{ github.repository }}:latest .
|
||||||
|
|||||||
Reference in New Issue
Block a user