Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcc723 committed Oct 4, 2023
1 parent 8acfecb commit f6f3ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/sample-node-express:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/ironman-app-2023-mongo-amd64:latest
push: true

- name: Install SSH key # 第二步,安裝 SSH 密鑰
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
webservice: # 服務名稱
image: casper723/ironman-app-2023-mongo:latest
image: casper723/ironman-app-2023-mongo-amd64:latest
ports:
- "3000:3000"
environment:
Expand Down

0 comments on commit f6f3ab0

Please sign in to comment.