Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zlzforever authored Jul 26, 2024
1 parent 3583c45 commit 56bb142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Login docker regsitry
run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_USER_PASSWORD }}
- name: Build the Docker image
run: docker build --target zserver-api -f API.Dockerfile -t zlzforever/zserver-api:202404 .
run: docker build --target zserver-api -f API.Dockerfile -t zlzforever/zserver-api:202407 .
- name: Publish the Docker image
run: docker push zlzforever/zserver-api:202404

0 comments on commit 56bb142

Please sign in to comment.