Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryCollection authored Nov 15, 2024
1 parent 88bf1b0 commit 7d9ae03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
# 4. 构建 Docker 镜像
- name: Build Docker image
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/your-image-name:latest .
docker build -t ${{ secrets.DOCKER_USERNAME }}/iptv:latest .
# 5. 推送 Docker 镜像到 Docker Hub
- name: Push Docker image
run: |
docker push ${{ secrets.DOCKER_USERNAME }}/your-image-name:latest
docker push ${{ secrets.DOCKER_USERNAME }}/iptv:latest

0 comments on commit 7d9ae03

Please # to comment.