Update test.yaml
This commit is contained in:
parent
69e0cdc33a
commit
d36a22c416
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Build the Docker image
|
name: Build the Docker image
|
||||||
run: docker build . --file Dockerfile --tag kroese/virtual-dsm:latest --tag kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
run: docker build . --file Dockerfile --tag kroese/virtual-dsm --tag kroese/virtual-dsm:${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
|
@ -31,6 +31,3 @@ jobs:
|
||||||
value: $((${{ secrets.MINOR }}+1))
|
value: $((${{ secrets.MINOR }}+1))
|
||||||
repository: kroese/virtual-dsm
|
repository: kroese/virtual-dsm
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue