Skip to content

Commit

Permalink
Merge pull request #6 from davyzhang3/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
davyzhang3 authored Sep 13, 2022
2 parents 288210d + 445c890 commit 9d5701f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deliver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: list files
run: ls -l
- name: Build image
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/webpage:latest .
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/webpage:latest -f Dockerfile .
- name: Push image
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/webpage:latest

0 comments on commit 9d5701f

Please sign in to comment.