Unverified Commit aaa320fb authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

parent 287f670f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ jobs:
      run: docker build . --file Dockerfile --tag kroese/virtual-dsm:latest --tag kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }}
    -
      name: Login to Docker Hub
      uses: docker/login-action@v1 
      uses: docker/login-action@v2
      with:
        username: ${{ secrets.DOCKERHUB_USERNAME }}
        password: ${{ secrets.DOCKERHUB_TOKEN }}