Skip to content

Commit

Permalink
Merge pull request #5 from davyzhang3/feature/workflow
Browse files Browse the repository at this point in the history
feat: update the dilever.yaml
  • Loading branch information
davyzhang3 authored Sep 13, 2022
2 parents 1c0eea8 + 834affa commit 445c890
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 445c890

Please sign in to comment.