Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u authored Aug 20, 2024
1 parent a0e127f commit 4d73fc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Docker login
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin

- name: Docker build and push
- name: List files
run: ls -la

- name: Docker build
run: |
docker build -t com-us-server .
docker tag com-us-server hysong4u/com-us-server:latest
Expand Down

0 comments on commit 4d73fc6

Please sign in to comment.