This commit is contained in:
2026-01-31 19:25:50 -08:00
parent 49ef81c880
commit 7312e47548

View File

@@ -13,7 +13,7 @@ jobs:
- 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 git.chopark.home --username ${{ github.actor }} --password-stdin
- name: Build and Push
run: |
# docker build -t 192.168.x.x/${{ github.repository }}:latest .