update build and push commands
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 34s

This commit is contained in:
2026-02-01 09:08:42 -08:00
parent b7df8c0cc3
commit cca9457769

View File

@@ -17,8 +17,8 @@ jobs:
- name: Build and Push Docker Image
run: |
docker build -t git.chopark.home:3000/${{ github.repository }}:latest .
docker push git.chopark.home:3000/${{ github.repository }}:latest
docker build -t git.chopark.home/${{ github.repository }}:latest .
docker push git.chopark.home/${{ github.repository }}:latest
- name: List files in the repository
run: ls ${{ github.workspace }}