Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3r-04 committed May 24, 2024
1 parent d73af28 commit 9135b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: build
run: |
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/fpassword:latest
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/fpassword:latest .
- name: publish
run: |
docker push ${{ secrets.DOCKERHUB_USERNAME }}/fpassword:latest

0 comments on commit 9135b1c

Please sign in to comment.