Loading .github/workflows/test.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Build the Docker image run: docker build . --file Dockerfile --tag kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }} run: docker build . --file Dockerfile --tag kroese/virtual-dsm:latest --tag kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }} - name: Login to DockerHub uses: docker/login-action@v1 Loading Loading
.github/workflows/test.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Build the Docker image run: docker build . --file Dockerfile --tag kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }} run: docker build . --file Dockerfile --tag kroese/virtual-dsm:latest --tag kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }} - name: Login to DockerHub uses: docker/login-action@v1 Loading