update build and push commands
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 34s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 34s
This commit is contained in:
@@ -17,10 +17,10 @@ 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 }}
|
||||
|
||||
- run: echo "🍏 Build and Push status is ${{ job.status }}."
|
||||
- run: echo "🍏 Build and Push status is ${{ job.status }}."
|
||||
|
||||
Reference in New Issue
Block a user