Skip to content

Commit

Permalink
fix(#35): docker push tag name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Nov 12, 2024
1 parent dc5a6e0 commit a4bb0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Push Docker image to Docker Hub
run: |
docker push froxy-server:latest
docker push ${{ secrets.DOCKER_USERNAME }}/froxy-server:latest
- name: Setup SSH
uses: webfactory/[email protected]
Expand Down

0 comments on commit a4bb0f2

Please sign in to comment.