diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 741b41c..d26424e 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -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